IVsDataReaderDescriptor.GetItemName Method
Retrieves the name assigned to the data item at the specified index in this data reader.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function GetItemName ( _
index As Integer _
) As String
string GetItemName(
int index
)
String^ GetItemName(
int index
)
abstract GetItemName :
index:int -> string
function GetItemName(
index : int
) : String
Parameters
index
Type: System.Int32The index of the data item for which to retrieve the name.
Return Value
Type: System.String
The name assigned to the data item at the index specified by the index parameter, or nulla null reference (Nothing in Visual Basic) if no name exists.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataReaderDescriptor Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace