Property Item
| Improve this Doc View SourceItem[Int32]
Gets the value of specified column.
Declaration
public virtual object this[int ordinal] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | ordinal | The column ordinal. |
Property Value
Type | Description |
---|---|
System.Object | The data value. |