Click or drag to resize
DataSetContainer.Item Property
Gets the value of the column, setter is not implemented.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public Object this[
	string columnName
] { get; set; }

Parameters

columnName
Type: System.String
Column name

Property Value

Type: Object

Implements

ISimpleDataContainer.Item[String]
See Also