mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2025-04-20 11:09:35 +08:00
SQLHelper 添加参数 ClearParametersAfterExecute
This commit is contained in:
parent
0ace8d9dc9
commit
3549a2e8af
@ -20,6 +20,7 @@ namespace Milimoe.FunGame.Core.Api.Transmittal
|
||||
public abstract DataSet DataSet { get; }
|
||||
public abstract Dictionary<string, object> Parameters { get; }
|
||||
public bool Success => Result == SQLResult.Success;
|
||||
public bool ClearParametersAfterExecute { get; set; } = true;
|
||||
|
||||
/// <summary>
|
||||
/// 执行一个命令
|
||||
|
Loading…
x
Reference in New Issue
Block a user