Click or drag to resize
DataRecordContainerContainsColumn Method
Gets a value indicating whether the record container contains the specified column.

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

Parameters

columnName
Type: SystemString
Name of column whose presence to test.

Return Value

Type: Boolean
Returns true if columnName is contained in the record container, otherwise returns false.

Implements

IDataContainerContainsColumn(String)
See Also