mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-29 01:47:06 +08:00
-
This commit is contained in:
parent
39fd186c29
commit
60c328333f
@ -535,16 +535,12 @@ namespace SqlSugar
|
|||||||
public virtual void Close()
|
public virtual void Close()
|
||||||
{
|
{
|
||||||
if (this.Ado != null)
|
if (this.Ado != null)
|
||||||
{
|
|
||||||
this.Ado.Close();
|
this.Ado.Close();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
public virtual void Dispose()
|
public virtual void Dispose()
|
||||||
{
|
{
|
||||||
if (this.Ado != null)
|
if (this.Ado != null)
|
||||||
{
|
|
||||||
this.Ado.Dispose();
|
this.Ado.Dispose();
|
||||||
}
|
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user