SPFieldMultiChoice.Update Method
Updates the database with changes made to the field.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
Public Overrides Sub Update
'Usage
Dim instance As SPFieldMultiChoice
instance.Update()
public override void Update()
Remarks
This method calls the UpdateInternal method and then the base class Update() method to update the database with changes made to the field.