IBufferRowPrimaryKey Property |
Gets or sets the primary key.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
SyntaxGuid PrimaryKey { get; set; }
Property PrimaryKey As Guid
Get
Set
property Guid^ PrimaryKey {
Guid^ get ();
void set (Guid^ value);
}
abstract PrimaryKey : Guid with get, set
Property Value
Type:
Guid
The primary key.
See Also