AbstractTableManagerViewExists Method (String, String) |
Determines whether specified DB view exists or not.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public virtual bool ViewExists(
string viewName,
out string schema
)
Parameters
- viewName
- Type: SystemString
View name to check - schema
- Type: SystemString
Returns the view schema
Return Value
Type:
BooleanSee Also