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