Click or drag to resize

IDataApiMigrate Method

Overload List
  Name Description
Public method Code example Migrate(String, Object, DslMigrationOption) Migrate an Data Object with a specified ID. This method allows add or update a data object with a specified ID without using generated ID from system.
Public method Code example Migrate(String, Object, Boolean) Obsolete.
Migrate an Data Object with a specified ID. This method allows add or update a data object with a specified ID without using generated ID from system. Note: if canUpdateIfExist = false then the method will throw exception the specified ID already exits in DB
Top
See Also