'Declaration
Public Enum UpdateDataOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum UpdateDataOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum UpdateDataOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum UpdateDataOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
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. |
System.Object
System.ValueType
System.Enum
MBO.UpdateDataOptions
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)