Share via


AdoDotNetDataTableReader 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 AdoDotNetDataTableReader type exposes the following members.

Constructors

 

Name

Description

Public method

AdoDotNetDataTableReader

Overloaded.

Top

Methods

 

Name

Description

Public method

Close

Closes the current DataTableReader instance. (Overrides DataReader.Close().)

Public method

Dispose

Overloaded. Releases managed resources held for the DataReader instance.

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Finalizes the current DataReader instance. (Inherited from DataReader.)

Public method

GetBytes

Reads a stream of bytes into the buffer as an array, starting at a specified offset (Overrides DataReader.GetBytes(Int32, array<Byte[], Int32, Int32).)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetItem

Overloaded.

Public method

GetItemMaxLength

Retrieves an integer value specifying the maximum length of the data item at the specified index. (Overrides DataReader.GetItemMaxLength(Int32).)

Public method

GetItemName

Retrieves the string literal name of the data item at the specified index. (Overrides DataReader.GetItemName(Int32).)

Public method

GetItemType

Retrieves the data type for a data item at a specified index and with a specified item type format. (Overrides DataReader.GetItemType(Int32, DataItemTypeFormat).)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Public method

IsNullItem

Retrieves a Boolean value indicating whether the data item at the specified index is nulla null reference (Nothing in Visual Basic). (Overrides DataReader.IsNullItem(Int32).)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

NextResult

Tests whether there is another result set and if true advances the AdoDotNetDataTableReader. (Overrides DataReader.NextResult().)

Public method

Read

Tests whether there is another data record and if true advances the AdoDotNetDataTableReader to the next record. (Overrides DataReader.Read().)

Public method

Terminate

Terminates the data reader immediately, without necessarily returning all of the data nor setting output parameters. (Inherited from DataReader.)

Public method

ToString

Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

 

Name

Description

Public property

InnerDataTable

Provides a means for accessing the underlying DataTable object directly.

Public property

IsClosed

Retrieves a Boolean value indicating whether the DataTableReader is closed. (Overrides DataReader.IsClosed.)

Public property

ItemCount

Override. Retrieves an integer value specifying the number of data items contained in the current DataTableReader instance. (Overrides DataReader.ItemCount.)

Public property

Status

Retrieves an integer value representing the status of the data table; however, invariably returns zero. (Overrides DataReader.Status.)

Top

See Also

Reference

AdoDotNetDataTableReader Class

Microsoft.VisualStudio.Data.AdoDotNet Namespace