IVsDataReaderDescriptor Interface

Definition

Exposes properties that describe the data reader.

public interface class IVsDataReaderDescriptor
public interface IVsDataReaderDescriptor
type IVsDataReaderDescriptor = interface
Public Interface IVsDataReaderDescriptor
Derived

Properties

ItemCount

Gets the number of items in this data reader's current block of data.

Methods

GetItemIndex(String)

Retrieves the index corresponding to the specified data item name for the current data reader.

GetItemMaxLength(Int32)

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

GetItemName(Int32)

Retrieves the name assigned to the data item at the specified index in this data reader.

GetItemType(Int32)

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

GetItemType(Int32, DataItemTypeFormat)

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

Applies to