GetOrdinal Method (DbDataReaderBase)
Gets the column ordinal, given the name of the column.
'Declaration
Public Overrides Function GetOrdinal( _
ByVal As String _
) As Integer
Parameters
- name
- The name of the column.
Return Value
The zero-based column ordinal.