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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void RefreshSystemViews(
string tableName
)
Parameters
- tableName
- Type: SystemString
System table name
See Also