AdoDotNetSchemaReader.GetItemName Method

Retrieves the string literal name of the data item at the specified index.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

Public Overrides Function GetItemName ( _
    index As Integer _
) As String

Dim instance As AdoDotNetSchemaReader
Dim index As Integer
Dim returnValue As String

returnValue = instance.GetItemName(index)
public override string GetItemName(
    int index
)
public:
virtual String^ GetItemName(
    int index
) override
public override function GetItemName(
    index : int
) : String

Parameters

  • index
    Type: System.Int32

    Index in the field specifying the data item for which to retrieve the item name.

Return Value

Type: System.String

The name of the data item at the specified index.

Implements

IVsDataReaderDescriptor.GetItemName(Int32)

Permissions

See Also

Reference

AdoDotNetSchemaReader Class

AdoDotNetSchemaReader Members

Microsoft.VisualStudio.Data.Framework.AdoDotNet Namespace