CachedResultsetDataReaderItem Property (String) | 
 
            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.9.0.0 (5.9.0)
Syntaxpublic override Object this[
	string name
] { get; }Public Overrides ReadOnly Default Property Item ( 
	name As String
) As Object
	Get
Parameters
- name
 - Type: SystemString
The name. 
Property Value
Type: 
ObjectImplements
IDataRecordItemString
See Also