Click or drag to resize
DataSetContainer.ContainsColumn Method
Returns true if the object contains specified column.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public bool ContainsColumn(
	string columnName
)

Parameters

columnName
Type: System.String
Column name

Return Value

Type: Boolean

Implements

IDataContainer.ContainsColumn(String)
See Also