mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-29 01:44:41 +08:00
Code optimization
This commit is contained in:
@@ -12,8 +12,8 @@ namespace SqlSugar
|
|||||||
UpdateBuilder UpdateBuilder { get; set; }
|
UpdateBuilder UpdateBuilder { get; set; }
|
||||||
bool UpdateParameterIsNull { get; set; }
|
bool UpdateParameterIsNull { get; set; }
|
||||||
|
|
||||||
int ExecuteCommandWithOptLock(bool IsVersionValidation = false);
|
int ExecuteCommandWithOptLock(bool isThrowError = false);
|
||||||
Task<int> ExecuteCommandWithOptLockAsync(bool IsVersionValidation = false);
|
Task<int> ExecuteCommandWithOptLockAsync(bool isThrowError = false);
|
||||||
int ExecuteCommand();
|
int ExecuteCommand();
|
||||||
bool ExecuteCommandHasChange();
|
bool ExecuteCommandHasChange();
|
||||||
Task<int> ExecuteCommandAsync();
|
Task<int> ExecuteCommandAsync();
|
||||||
|
|||||||
Reference in New Issue
Block a user