FormHelperColumnExistsInView Method |
Checks if column name is unique in system tables which are joined with given table into view.
Namespace: CMS.FormEngineAssembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also