AdoDotNetTableReader.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 of the data item for the specified data item name.
public:
override int GetItemIndex(System::String ^ name);
public override int GetItemIndex (string name);
override this.GetItemIndex : string -> int
Public Overrides Function GetItemIndex (name As String) As Integer
Parameters
- name
- String
The name of the data item.
Returns
The index of the data item.