Click or drag to resize
ExtendedDbDataReaderItem Property (String)
Gets the value of the specified column as an instance of Object.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override Object this[
	string name
] { get; }

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: Object
The value of the specified column.

Implements

IDataRecordItemString
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNo column with the specified name was found.
See Also