DbDataReader.GetOrdinal(String) Method

Definition

When overridden in a derived class, gets the column ordinal given the name of the column.

public:
 abstract int GetOrdinal(System::String ^ name);
public abstract int GetOrdinal (string name);
abstract member GetOrdinal : string -> int
Public MustOverride Function GetOrdinal (name As String) As Integer

Parameters

name
String

The name of the column.

Returns

The zero-based column ordinal.

Implements

Exceptions

The name specified is not a valid column name.

Applies to

See also