Click or drag to resize
CachedResultsetDataReader.GetOrdinal Method
Gets the column ordinal given the name of the column.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public override int GetOrdinal(
	string name
)

Parameters

name
Type: System.String
The name of the column.

Return Value

Type: Int32
The zero-based column ordinal.

Implements

IDataRecord.GetOrdinal(String)
See Also