Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the ordinal number of the identifier.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property OrdinalNumber As Byte
Get
'Usage
Dim instance As IIdentifier
Dim value As Byte
value = instance.OrdinalNumber
byte OrdinalNumber { get; }
Property Value
Type: System.Byte
The ordinal number of the identifier.
Remarks
The ordinal number of an identifier is between 0 and the number of identifies of the entity - 1. When an Microsoft.BusinessData.Runtime.Identity is created, the identifier values are expected to be in the order specified by the ordinal numbers.