IVsDataReaderDescriptor.GetItemIndex(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the index corresponding to the specified data item name for the current data reader.
public:
int GetItemIndex(System::String ^ name);
public int GetItemIndex (string name);
abstract member GetItemIndex : string -> int
Public Function GetItemIndex (name As String) As Integer
Parameters
- name
- String
The date item name for which to retrieve the index.
Returns
The index corresponding to the specified data item name for the current data reader, or null if the item is not found.