Click or drag to resize

ColumnMetadataOrderInPrimaryKey Property

The ordinal position, starting with 1 of the column within the primary key; 0 if the column is not part of the primary key

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public int OrderInPrimaryKey { get; }

Property Value

Type: Int32
See Also