[]
Gets the column ordinal given the name of the column.
public override int GetOrdinal(string name)
Public Overrides Function GetOrdinal(name As String) As Integer
| Type | Name | Description |
|---|---|---|
| string | name | The name of the column. |
| Type | Description |
|---|---|
| int | The zero-based column ordinal. |