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.12.0.0 (5.12.0)
Syntaxpublic 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
IDataRecordItemInt32
See Also