ExtendedDbDataReaderItem Property (String) |
Gets the value of the specified column as an instance of Object.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public override Object this[
string name
] { get; }
Parameters
- name
- Type: SystemString
The name of the column.
Return Value
Type:
ObjectThe value of the specified column.
Implements
IDataRecordItemStringExceptions Exception | Condition |
---|
IndexOutOfRangeException | No column with the specified name was found. |
See Also