AdoDotNetTableReader.GetItemType(Int32, DataItemTypeFormat) Method

Definition

Retrieves the data type for a data item at a specified index and with a specified item type format.

public:
 override System::Object ^ GetItemType(int index, Microsoft::VisualStudio::Data::Services::SupportEntities::DataItemTypeFormat itemTypeFormat);
public override object GetItemType (int index, Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat itemTypeFormat);
override this.GetItemType : int * Microsoft.VisualStudio.Data.Services.SupportEntities.DataItemTypeFormat -> obj
Public Overrides Function GetItemType (index As Integer, itemTypeFormat As DataItemTypeFormat) As Object

Parameters

index
Int32

Index in the field specifying the data item for which to retrieve the item type format.The DataItemTypeFormat object specifying the data type format for the data item.

itemTypeFormat
DataItemTypeFormat

Index in the field specifying the data item for which to retrieve the item type format.The DataItemTypeFormat object specifying the data type format for the data item.

Returns

The data type for the specified data item.

Applies to