'Declaration Public Enum LoaderMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum LoaderMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum LoaderMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum LoaderMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Delete | The loader deletes the specified rows from the data source. |
Insert | The loader inserts the specified rows to the data source. |
Update | The loader updates the specified rows in the data source. |
Upsert | If the row with the specified primary key values exists in the datasource, the loader updates the specified rows in the data source. Otherwise, the loader inserts the specified rows to the data source. |
System.Object
System.ValueType
System.Enum
Devart.Data.LoaderMode