IBufferTablePrimaryKey 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
SyntaxIBufferColumn PrimaryKey { get; set; }
Property PrimaryKey As IBufferColumn
Get
Set
property IBufferColumn^ PrimaryKey {
IBufferColumn^ get ();
void set (IBufferColumn^ value);
}
abstract PrimaryKey : IBufferColumn with get, set
Property Value
Type:
IBufferColumn
The primary key.
See Also