IColumn Members
A schema of a column in a ITable.Properties
| Name | Description |
|---|---|
| Item[Int32] | Gets an individual column value by the specified row index. |
| Name | Gets the column name. |
| Type | Gets the column type. |
Methods
| Name | Description |
|---|---|
| GetValue<T>(IRow) | Gets an individual column value from the specified row. |
| GetValue<T>(Int32) | Gets an individual column value by the specified row index. |
See Also