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

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public virtual bool ViewExists(
	string viewName
)

Parameters

viewName
Type: SystemString
View name to check

Return Value

Type: Boolean

Implements

ITableManagerViewExists(String)
See Also