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