AdoDotNetSchemaReader.GetItemName(Int32) Method

Definition

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 in the field specifying the data item for which to retrieve the item name.

Returns

The name of the data item at the specified index.

Applies to