From 60c328333f738fcfb6f04b004fd5a9747a256eb9 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 6 Sep 2017 10:58:40 +0800 Subject: [PATCH] - --- Src/Asp.Net/SqlSugar/SqlSugarClient.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs index 6d2d758fe..8e703ff6c 100644 --- a/Src/Asp.Net/SqlSugar/SqlSugarClient.cs +++ b/Src/Asp.Net/SqlSugar/SqlSugarClient.cs @@ -535,16 +535,12 @@ namespace SqlSugar public virtual void Close() { if (this.Ado != null) - { this.Ado.Close(); - } } public virtual void Dispose() { if (this.Ado != null) - { this.Ado.Dispose(); - } } #endregion }