This documentation is archived and is not being maintained.
IDataReader Methods
.NET Framework 1.1
The methods of the IDataReader interface are listed here. For a complete list of IDataReader interface members, see the IDataReader Members topic.
Public Methods
Close Supported by the .NET Compact Framework. | Closes the IDataReader 0bject. |
GetSchemaTable Supported by the .NET Compact Framework. | Returns a DataTable that describes the column metadata of the IDataReader. |
NextResult Supported by the .NET Compact Framework. | Advances the data reader to the next result, when reading the results of batch SQL statements. |
Read Supported by the .NET Compact Framework. | Advances the IDataReader to the next record. |
See Also
Show:
