AbstractTableManagerViewExists Method (String) |
Determines whether specified DB view exists or not.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public virtual bool ViewExists(
string viewName
)
Parameters
- viewName
- Type: SystemString
View name to check
Return Value
Type:
BooleanImplements
ITableManagerViewExists(String)See Also