Code optimization

This commit is contained in:
sunkaixuan
2022-07-24 17:06:22 +08:00
parent d2ce0bf467
commit 2f01d2f827

View File

@@ -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();