mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-26 22:25:49 +08:00
Add IsAnyTran
This commit is contained in:
@@ -183,6 +183,10 @@ namespace SqlSugar
|
||||
#endregion
|
||||
|
||||
#region Transaction
|
||||
public virtual bool IsAnyTran()
|
||||
{
|
||||
return this.Transaction != null;
|
||||
}
|
||||
public virtual void BeginTran()
|
||||
{
|
||||
CheckConnection();
|
||||
|
||||
@@ -20,6 +20,8 @@ namespace SqlSugar
|
||||
SqlSugarProvider Context { get; set; }
|
||||
void ExecuteBefore(string sql, SugarParameter[] pars);
|
||||
void ExecuteAfter(string sql, SugarParameter[] pars);
|
||||
bool IsAnyTran();
|
||||
|
||||
bool IsEnableLogEvent{get;set;}
|
||||
StackTraceInfo SqlStackTrace { get; }
|
||||
IDataParameterCollection DataReaderParameters { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user