dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteDataReader Class / GetOrdinal Method
The name of the column.

In This Topic
GetOrdinal Method (SQLiteDataReader)
In This Topic
Gets the column ordinal, given the name of the column.
Syntax
'Declaration
 
Public Overrides Function GetOrdinal( _
   ByVal name As String _
) As Integer
 

Parameters

name
The name of the column.
See Also