TableManagerColumnExistsInView Method |
Checks if column name is unique in given view.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool ColumnExistsInView(
string viewName,
string columnName
)
Parameters
- viewName
- Type: SystemString
Name of the view - columnName
- Type: SystemString
Name of the column to be checked
Return Value
Type:
BooleanSee Also