Mimer Data Provider

MimerDataReader.GetName Method 

Gets the name of the specified column.

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

Parameters

i
The zero-based column ordinal position.

Return Value

The column name.

Implements

IDataRecord.GetName

Exceptions

Exception TypeCondition
IndexOutOfRangeExceptionThe column ordinal is outside the valid range.

See Also

MimerDataReader Class | Mimer.Data.Client Namespace