SPView.Update Method
Updates the database with changes that are made to the view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Sub Update
Dim instance As SPView
instance.Update()
public void Update()
Remarks
The Update method must be called in conjunction with many methods and properties of the SPView class for changes to take effect in the database.