The DataRowReader type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
Columns |
Represents a collection of the columns that the reader returns.
|
|
|
IsClosed |
Gets a value indicating whether the data reader is closed.
|
|
|
ResultProperties |
Gets a read-only copy of the result properties, this is properties for the entire
reader result and not for a specific column.
|
See Also