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