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