Click or drag to resize
FormHelperColumnExistsInView Method
Checks if column name is unique in system tables which are joined with given table into view.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax
C#
public static bool ColumnExistsInView(
	string className,
	string columnName
)

Parameters

className
Type: SystemString
Name of the class, where column with columnName is created
columnName
Type: SystemString
Name of the column to be checked

Return Value

Type: Boolean
See Also