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