AdoDotNetDataTableReader.GetItemName(Int32) 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 string literal name of the data item at the specified index.
public:
override System::String ^ GetItemName(int index);
public override string GetItemName (int index);
override this.GetItemName : int -> string
Public Overrides Function GetItemName (index As Integer) As String
Parameters
- index
- Int32
Index into the field specifying the data item for which to retrieve the item name.
Returns
Returns the name of the data item at the specified index.