Overload List
Name | Description | |
---|---|---|
Save(IDBEntity, DBExecution) |
Save to database by using passed DBExecution. Mainly, it's for transaction process (open transaction before it,then execute save). | |
Save(IDBEntity, String) |
Save to database. The main process is delegated to DBEntity class. |
See Also