SPFieldMultiChoice.Update method

Updates the database with changes made to the field.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPFieldMultiChoice class

SPFieldMultiChoice members

Update overload

Microsoft.SharePoint namespace