Click or drag to resize
CachedResultsetDataReaderItem Property (Int32)
Gets the value of the specified column as an instance of Object.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public override Object this[
	int ordinal
] { get; }

Parameters

ordinal
Type: SystemInt32
The ordinal.

Property Value

Type: Object

Implements

IDataRecordItemInt32
See Also