AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLDataReader..::..GetOrdinal Method

Gets the column ordinal, given the name of the column.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public int GetOrdinal(
	string name
)

Parameters

name
Type: String
The name of the column.

Return Value

The zero-based column ordinal.

Exceptions


ExceptionCondition
AceQL.Client.Api..::..AceQLExceptionIf any Exception occurs.