Click or drag to resize

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
public Guid PrimaryKey { get; set; }

Property Value

Type: Guid
The primary key.

Implements

IBufferRowPrimaryKey
See Also