Property Ordinal
| Improve this Doc View SourceOrdinal
Gets the zero-based position of the column in the Columns collection.
Declaration
public int Ordinal { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
If the column is not added to any Model, -1 is returned.