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
Syntaxpublic int OrderInNaturalKey { get; }
Public ReadOnly Property OrderInNaturalKey As Integer
Get
public:
property int OrderInNaturalKey {
int get ();
}
member OrderInNaturalKey : int with get
Property Value
Type:
Int32
The order in natural key.
See Also