CachedResultsetDataReaderItem Property (Int32) |
Gets the value of the specified column as an instance of
Object.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax public override Object this[
int ordinal
] { get; }
Public Overrides ReadOnly Default Property Item (
ordinal As Integer
) As Object
Get
Parameters
- ordinal
- Type: SystemInt32
The ordinal.
Property Value
Type:
ObjectImplements
IDataRecordItemInt32See Also