Set a field (by name) as a primary key field.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void SetPrimaryKey(
	string key
)
Visual Basic
Sub SetPrimaryKey ( _
	key As String _
)
Visual C++
void SetPrimaryKey(
	String^ key
)

Parameters

key
Type: System..::..String
Primary key field name

Field Value

Void

See Also