SPField.Update method
SharePoint 2013
Updates the database with changes that are made to the field.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallableExceptionConstraintAttribute(FixedId = "2", ErrorCode = , Condition = "Tying to un-index a field which does not allow duplicate values.", ErrorType = typeof(SPException))] [ClientCallableAttribute] [ClientCallableExceptionConstraintAttribute(FixedId = "6", ErrorCode = , Condition = "Trying to change the type of a field which is also changing to be indexed or which is already indexed.", ErrorType = typeof(SPException))] [ClientCallableExceptionConstraintAttribute(FixedId = "3", ErrorCode = , Condition = "Trying to change the type of a field which does not allow duplicate values.", ErrorType = typeof(SPException))] public virtual void Update()