Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
ItemCount | Gets the number of items in this data reader's current block of data. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetItemIndex | Retrieves the index corresponding to the specified data item name for the current data reader. |
![]() |
GetItemMaxLength | Retrieves the maximum length, in characters, of data items at the specified index for the current data reader. |
![]() |
GetItemName | 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. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace