From 0e06696534b5b05f7ee0cfb0a16d16674c94be26 Mon Sep 17 00:00:00 2001 From: sunkaixuna <610262374@qq.com> Date: Tue, 3 Aug 2021 21:23:42 +0800 Subject: [PATCH] Remove Code --- Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs | 1 - Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs | 1 - Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs | 1 - .../SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs | 1 - .../SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs | 1 - .../SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs | 2 -- Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs | 1 - Src/Asp.Net/SqlSugar/Interface/IAdo.cs | 1 - Src/Asp.Net/SqlSugar/Interface/IQueryable.cs | 1 - Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs | 1 - Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs | 1 - 11 files changed, 12 deletions(-) diff --git a/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs b/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs index 634fd21e7..710efd5bc 100644 --- a/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs +++ b/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoAccessory.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Data; using System.Data.Common; -using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs b/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs index 5e41fb2cc..aa5fb266f 100644 --- a/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs +++ b/Src/Asp.Net/SqlSugar/Abstract/AdoProvider/AdoProvider.cs @@ -3,7 +3,6 @@ using System.Collections; using System.Collections.Generic; using System.Data; using System.Data.Common; -using System.Data.SqlClient; using System.Diagnostics; using System.Linq; using System.Reflection; diff --git a/Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs b/Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs index 05049c5d8..af742f434 100644 --- a/Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs +++ b/Src/Asp.Net/SqlSugar/Abstract/DbBindProvider/DbBindProvider.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Data; -using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs b/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs index 21f64cf66..4ff968f9b 100644 --- a/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs +++ b/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableAccessory.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Data.SqlClient; using System.Linq; using System.Linq.Expressions; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs b/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs index 9ed713a24..c827cbaec 100644 --- a/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs +++ b/Src/Asp.Net/SqlSugar/Abstract/QueryableProvider/QueryableProvider.cs @@ -2,7 +2,6 @@ using System.Collections; using System.Collections.Generic; using System.Data; -using System.Data.SqlClient; using System.Linq; using System.Linq.Expressions; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs b/Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs index d7fe5a124..1a626a52b 100644 --- a/Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs +++ b/Src/Asp.Net/SqlSugar/ExpressionsToSql/Common/ExpResolveAccessory.cs @@ -1,7 +1,5 @@ using System; using System.Collections.Generic; -using System.Data.Common; -using System.Data.SqlClient; using System.Linq; using System.Text; namespace SqlSugar diff --git a/Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs b/Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs index 848f2fb17..7d16573a7 100644 --- a/Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs +++ b/Src/Asp.Net/SqlSugar/ExpressionsToSql/ExpressionContext.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Data.Common; -using System.Data.SqlClient; using System.Linq; using System.Linq.Expressions; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Interface/IAdo.cs b/Src/Asp.Net/SqlSugar/Interface/IAdo.cs index c11983b3f..26f4c5d6a 100644 --- a/Src/Asp.Net/SqlSugar/Interface/IAdo.cs +++ b/Src/Asp.Net/SqlSugar/Interface/IAdo.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.Data; using System.Data.Common; -using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs b/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs index 0ef8e951d..70aed59d2 100644 --- a/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs +++ b/Src/Asp.Net/SqlSugar/Interface/IQueryable.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Data; -using System.Data.SqlClient; using System.Linq; using System.Linq.Expressions; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs b/Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs index 9f12e4c20..f8286f3d8 100644 --- a/Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs +++ b/Src/Asp.Net/SqlSugar/OnlyNet/DependencyManagement.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.Data.SqlClient; using System.Linq; using System.Reflection; using System.Text; diff --git a/Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs b/Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs index 29edf7ed8..5faede253 100644 --- a/Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs +++ b/Src/Asp.Net/SqlSugar/Utilities/UtilMethods.cs @@ -2,7 +2,6 @@ using System.Collections.Generic; using System.ComponentModel; using System.Data; -using System.Data.SqlClient; using System.Diagnostics; using System.Globalization; using System.Linq;