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