Click or drag to resize

IModelSetPrimaryKey Method

Sets the primary key of the model object.

Namespace:  SoftGear.Strix.Client.Core.Model
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
void SetPrimaryKey(
	long id
)

Parameters

id
Type: SystemInt64
Primary key value.
See Also