mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-26 21:53:04 +08:00
Add a method to enhancing user experience
Add a method to enhancing user experience
This commit is contained in:
@@ -636,6 +636,11 @@ namespace SqlSugar
|
||||
if (this.Context.Ado != null)
|
||||
this.Context.Ado.Close();
|
||||
}
|
||||
public virtual void Open()
|
||||
{
|
||||
if (this.Context.Ado != null)
|
||||
this.Context.Ado.Open();
|
||||
}
|
||||
public virtual void Dispose()
|
||||
{
|
||||
if (this.Context.Ado != null)
|
||||
|
||||
Reference in New Issue
Block a user