Click or drag to resize
TableManagerRefreshSystemViews Method
Refreshes all database views which should contain all columns of the specified system table (e.g. cms_user). Call this method after the column of that system table is added or removed.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public void RefreshSystemViews(
	string tableName
)

Parameters

tableName
Type: SystemString
System table name
See Also