ComponentOne DataObjects for .NET
Ordinal Property (DataField)

C1.Data.2 Assembly > C1.Data Namespace > DataField Class : Ordinal Property
Gets the position of the field in the DataFieldCollection.
Syntax
'Declaration
 
Public ReadOnly Property Ordinal As System.Integer
public System.int Ordinal {get;}
Remarks
This property is used to return this data field from the C1DataTable object's C1DataTable.Fields collection.
See Also

Reference

DataField Class
DataField Members