Click or drag to resize

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)
Syntax
public override Object this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name.

Property Value

Type: Object

Implements

IDataRecordItemString
See Also