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

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

Parameters

columnName
Type: SystemString
Column name

Return Value

Type: Boolean

Implements

IDataContainerContainsColumn(String)
See Also