Click or drag to resize
TableManagerViewExists Method
Determines whether specified DB view exists or not.

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

Parameters

viewName
Type: SystemString
View name to check

Return Value

Type: Boolean
See Also