DataReader Methods

Include Protected Members
Include Inherited Members

The DataReader type exposes the following members.

Methods

 

Name

Description

Public method

Close

Closes the DataReader instance.

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. (Overrides Object.Finalize().)

Public method

GetBytes

Retrieves a specified number of bytes of raw binary data.

Public method

GetHashCode

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

Public method

GetItem

Overloaded. Retrieves a specified data item.

Public method

GetItemMaxLength

Retrieves the maximum length, in characters, of data items at the specified index.

Public method

GetItemName

Retrieves the name assigned to the data item at the specified index, if any.

Public method

GetItemType

Retrieves the data type of a data item item, or items, at the specified index in a specified format.

Public method

GetType

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

Public method

IsNullItem

Indicates whether the data item at the specified index is unspecified, that is, nulla null reference (Nothing in Visual Basic).

Protected method

MemberwiseClone

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

Public method

NextResult

Advances the data reader to the next result in cases where the reader contains multiple results.

Public method

Read

Advances the reader to the next block of data in cases where the reader contains more than one block.

Public method

Terminate

Terminates the data reader immediately, without necessarily returning all of the data nor setting output parameters.

Public method

ToString

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

Top

See Also

Reference

DataReader Class

Microsoft.VisualStudio.Data Namespace