AdoDotNetTableReader Members
Include Protected Members
Include Inherited Members
Retrieves the contents of one or more DataTable objects in the form of one or more read-only, forward-only result sets.
The AdoDotNetTableReader type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a parameterized instance of the AdoDotNetDataTableReader class.
Top
Methods
Name
Description
Closes the current DataTable instance. (Overrides DataReader.Close().)
Overloaded. Releases managed resources held for the DataReader instance.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalizes the current DataReader instance. (Inherited from DataReader.)
Overloaded. Reads a stream of bytes into the buffer.
Serves as a hash function for a particular type. (Inherited from Object.)
Overloaded. Retrieves a data item.
Retrieves the index of the data item for the specified data item name. (Overrides DataReader.GetItemIndex(String).)
Retrieves an integer value specifying the maximum length of the data item at the specified index. (Overrides DataReader.GetItemMaxLength(Int32).)
Retrieves the string literal name of the data item at the specified index. (Overrides DataReader.GetItemName(Int32).)
Overloaded. Retrieves the data type for a data item at a specified index.
Gets the type of the current instance. (Inherited from Object.)
Overloaded. Retrieves a Boolean value indicating whether the data item at the specified index is nulla null reference (Nothing in Visual Basic).
Creates a shallow copy of the current Object. (Inherited from Object.)
Tests whether there is another result set and, if true, advances the AdoDotNetDataTableReader. (Overrides DataReader.NextResult().)
Tests whether there is another data record and, if true, advances the AdoDotNetDataTableReader to the next record. (Overrides DataReader.Read().)
Terminates the data reader immediately, without necessarily returning all of the data or setting output parameters. (Inherited from DataReader.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets information that describes the data from a data source. (Inherited from DataReader.)
Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation through the Descriptor property. (Overrides DataReader.HasDescriptor.)
Gets a value indicating whether the DataTable is closed. (Overrides DataReader.IsClosed.)
Gets an integer value specifying the number of data items contained in the current DataTable instance. (Overrides DataReader.ItemCount.)
Gets an integer value representing the status of the data table; however, invariably returns zero. (Overrides DataReader.Status.)
Gets the underlying DataTable object instance used in this class.
Top