Click or drag to resize
AbstractTableManagerViewExists Method (String, String)
Determines whether specified DB view exists or not.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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: Boolean
See Also