Click or drag to resize
FormEngineUserControlContainsColumn Method
Indicates if form control's DataRow contains requested column.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 8.2.23
Syntax
C#
protected bool ContainsColumn(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of column to look for in data row

Return Value

Type: Boolean
Returns TRUE if form control's DataRow contains column with given name. Otherwise returns FALSE.
See Also