IData ApiMigrate Method
Overload List
| 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. |
| Migrate(String, Object, Boolean) |
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
|