Share via


AdoDotNetReader Members

Include Protected Members
Include Inherited Members

Provides an implementation of the DataReader class based on the IVsDataReader and IVsDataReaderDescriptor interfaces. This implementation uses the ADO.NET DbDataReader object.

The AdoDotNetReader type exposes the following members.

Constructors

 

Name

Description

Public method

AdoDotNetReader

Overloaded. Initializes a new instance of the AdoDotNetReader class.

Top

Methods

 

Name

Description

Public method

Close

Closes the current DbDataReader object 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

Overloaded. Retrieves a specified number of bytes of binary data.

Public method

GetHashCode

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

Public method

GetItem

Overloaded. Retrieves an object instance representing the retrievable item.

Public method

GetItemIndex

Retrieves the index of the item for the given item name, such as the index of a column for a given column name. (Overrides DataReader.GetItemIndex(String).)

Public method

GetItemMaxLength

Retrieves the maximum length, in characters, of data items at the specified index. (Overrides DataReader.GetItemMaxLength(Int32).)

Public method

GetItemName

Retrieves the name assigned to the data item at the specified index, if any. (Overrides DataReader.GetItemName(Int32).)

Public method

GetItemType

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

Public method

GetType

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

Public method

IsNullItem

Overloaded.

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 if the reader contains multiple results. (Overrides DataReader.NextResult().)

Public method

Read

Advances the reader to the next block of data if the reader contains more than one block. (Overrides DataReader.Read().)

Public method

Terminate

Terminates the data reader immediately, without necessarily returning all of the data or setting output parameters. (Overrides DataReader.Terminate().)

Public method

ToString

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

Top

Properties

 

Name

Description

Public property

Descriptor

Gets information that describes the data from a data source. (Inherited from DataReader.)

Protected property

HasDescriptor

Gets a value indicating whether the data parameter exposes its IVsDataReaderDescriptor implementation through the Descriptor property. (Overrides DataReader.HasDescriptor.)

Public property

IsClosed

Gets a value indicating whether the specified data reader instance is closed. (Overrides DataReader.IsClosed.)

Public property

ItemCount

Gets the number of items in the current block of data. (Overrides DataReader.ItemCount.)

Public property

Status

Gets a numerical status code returned by the method currently providing data to the data reader. (Overrides DataReader.Status.)

Public property

UnderlyingReader

Gets the underlying DbDataReader object instance that is used by this class.

Top

See Also

Reference

AdoDotNetReader Class

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace