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

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

Parameters

viewName
Type: SystemString
View name to refresh

Implements

ITableManagerRefreshView(String)
See Also