Firebird ADO.NET Provider SDK Documentation - v1.7 |
|
FbDataReader.GetOrdinal Method
Gets the column ordinal, given the name of the column.
[Visual Basic]
NotOverridable Public Function GetOrdinal( _
ByVal
name As
String _
) As
Integer _
Parameters
-
name
- The name of teh column.
Return Value
The zero-based column ordinal.
Implements
IDataRecord.GetOrdinal
See Also
FbDataReader Class | FirebirdSql.Data.Firebird Namespace