System.Data Namespace IDataRecord Class
Returns the name of the specified column.
[ VB ]
NotOverridable Public Function GetName ( _
ByVal index As Integer _
) As String
[ C# ]
public string GetName (
int index
);
[ C++ ]
public: __sealed String* GetName (
int index
);
[ JScript ]
public function GetName (
index : int
) : String
- index
- The zero-based column ordinal.
The name of the specified column.
IDataRecord Members