Click or drag to resize
AbstractTableManager.RefreshView Method
Refreshes specified view in database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public virtual void RefreshView(
	string viewName
)

Parameters

viewName
Type: System.String
View name to refresh

Implements

ITableManager.RefreshView(String)
See Also