IParameter.OrdinalNumber Property
Gets the ordinal number of the parameter in the method signature.
Namespace: Microsoft.BusinessData.MetadataModel
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
ReadOnly Property OrdinalNumber As Byte
Get
'Usage
Dim instance As IParameter
Dim value As Byte
value = instance.OrdinalNumber
byte OrdinalNumber { get; }
Property Value
Type: System.Byte
The ordinal number of the parameter.