Map Business Online SDK
UpdateDataOptions Enumeration

MBO Namespace : UpdateDataOptions Enumeration
Defines options available for data update methods.
Syntax
'Declaration
 
Public Enum UpdateDataOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
AddNew During data update specified or all fields, that exist in the data source but not in the layer, will be added to the layer. If option is not specified and there is a new field, the data update method will throw an exception.
None No option selected.
RemoveIfMissing During data update missing fields, that exist in the layer but not in the new data source, will be removed from the layer. If option is not specified and there is a missing field, the data update method will throw an exception.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         MBO.UpdateDataOptions

See Also

Reference

MBO Namespace
MBO.ILayer.UpdateData(System.String, MBO.ICancelTracker, System.String, MBO.UpdateDataOptions)
MBO.ILayer.UpdateData(System.Data.DataTable, MBO.ICancelTracker, MBO.UpdateDataOptions)
MBO.Server.IServer.UpdateData(System.String, System.String, System.String, MBO.ICancelTracker, System.String, MBO.UpdateDataOptions, System.String)
MBO.Server.IServer.UpdateData(System.String, System.String, System.Data.DataTable, MBO.ICancelTracker, MBO.UpdateDataOptions, System.String)
MBO.ILayer.UpdateDataUI(System.Data.DataTable, MBO.ICancelTracker, MBO.UpdateDataOptions)