IVsDataReaderDescriptor Interface

Exposes properties that describe the data reader.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Public Interface IVsDataReaderDescriptor
public interface IVsDataReaderDescriptor
public interface class IVsDataReaderDescriptor
type IVsDataReaderDescriptor =  interface end
public interface IVsDataReaderDescriptor

The IVsDataReaderDescriptor type exposes the following members.

Properties

  Name Description
Public property ItemCount Gets the number of items in this data reader's current block of data.

Top

Methods

  Name Description
Public method GetItemIndex Retrieves the index corresponding to the specified data item name for the current data reader.
Public method GetItemMaxLength Retrieves the maximum length, in characters, of data items at the specified index for the current data reader.
Public method GetItemName Retrieves the name assigned to the data item at the specified index in this data reader.
Public method GetItemType(Int32) Retrieves the data type of a data item or data items at the specified index.
Public method GetItemType(Int32, DataItemTypeFormat) Retrieves the data type of a data item or data items at the specified index, in a specified format.

Top

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace