This documentation is archived and is not being maintained.
IDataReader Members
.NET Framework 1.1
Public Properties
Depth Supported by the .NET Compact Framework. | Gets a value indicating the depth of nesting for the current row. |
IsClosed Supported by the .NET Compact Framework. | Gets a value indicating whether the data reader is closed. |
RecordsAffected Supported by the .NET Compact Framework. | Gets the number of rows changed, inserted, or deleted by execution of the SQL statement. |
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:
