IDataReader Methods
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Close | Closes the IDataReader 0bject. |
| GetSchemaTable | Returns a DataTable that describes the column metadata of the IDataReader. |
| NextResult | Advances the data reader to the next result, when reading the results of batch SQL statements. |
| Read | Advances the IDataReader to the next record. |
Community Additions
ADD
Show: