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.4.0.0 (5.4.0)
Syntax public 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
IDataRecordItemStringSee Also