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

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

Parameters

viewName
Type: SystemString
View name to check

Return Value

Type: Boolean
See Also