Click or drag to resize

ColumnMetadataOrderInNaturalKey Property

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

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

Property Value

Type: Int32
The order in natural key.
See Also