The DataRowReaderColumn type exposes the following members.
Back to Top
Properties
| Name | Description | |
|---|---|---|
| Cursor |
Get the cursor that will contains the value in the current row after
MoveNext has been called.
| |
| DataType |
Gets the data type of the column.
| |
| Name |
Gets the name of the column.
| |
| Properties |
Gets the properties of the column as a read-only collection.
|
See Also