mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 10:38:09 +08:00
-
This commit is contained in:
@@ -111,8 +111,6 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region functions
|
|
||||||
|
|
||||||
#region Queryable
|
#region Queryable
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Lambda Query operation
|
/// Lambda Query operation
|
||||||
@@ -260,6 +258,7 @@ namespace SqlSugar
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Dispose OR Close
|
||||||
public virtual void Close()
|
public virtual void Close()
|
||||||
{
|
{
|
||||||
if (this.Database != null)
|
if (this.Database != null)
|
||||||
|
Reference in New Issue
Block a user