Advanced.Data.Provider Documentation

AdpDataReader.GetName Method 

[This is preliminary documentation and subject to change.]

Gets the name for the field to find.

[Visual Basic]
NotOverridable Public Function GetName( _
   ByVal i As Integer _
) As String Implements _
   IDataRecord.GetName
[C#]
public string GetName(
   int i
);

Parameters

i
The index of the field to find.

Return Value

The name of the field or the empty string (""), if there is no value to return.

Implements

IDataRecord.GetName

See Also

AdpDataReader Class | Advanced.Data.Provider Namespace