Skip to content

Commit 80ee180

Browse files
author
283591387@qq.com
committed
修改RepositoryBase.cs中SqlParameter引用
1 parent 737021d commit 80ee180

File tree

6 files changed

+12
-15
lines changed

6 files changed

+12
-15
lines changed

.Net6版本/VOL.Core/BaseProvider/IRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Microsoft.EntityFrameworkCore.Query;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore.Query;
23
using System;
34
using System.Collections.Generic;
4-
using System.Data.SqlClient;
55
using System.Linq;
66
using System.Linq.Expressions;
77
using System.Threading.Tasks;

.Net6版本/VOL.Core/BaseProvider/RepositoryBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using Microsoft.EntityFrameworkCore;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore;
23
using Microsoft.EntityFrameworkCore.Query;
34
using Microsoft.EntityFrameworkCore.Storage;
45
using System;
56
using System.Collections.Generic;
6-
using System.Data.Common;
7-
using System.Data.SqlClient;
87
using System.Diagnostics.CodeAnalysis;
98
using System.Linq;
109
using System.Linq.Expressions;

Vue.Net/VOL.Core/BaseProvider/IRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Microsoft.EntityFrameworkCore.Query;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore.Query;
23
using System;
34
using System.Collections.Generic;
4-
using System.Data.SqlClient;
55
using System.Linq;
66
using System.Linq.Expressions;
77
using System.Threading.Tasks;

Vue.Net/VOL.Core/BaseProvider/RepositoryBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using Microsoft.EntityFrameworkCore;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore;
23
using Microsoft.EntityFrameworkCore.Query;
34
using Microsoft.EntityFrameworkCore.Storage;
45
using System;
56
using System.Collections.Generic;
6-
using System.Data.Common;
7-
using System.Data.SqlClient;
87
using System.Diagnostics.CodeAnalysis;
98
using System.Linq;
109
using System.Linq.Expressions;

开发版dev/Vue.NetCore/Vue.Net/VOL.Core/BaseProvider/IRepository.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Microsoft.EntityFrameworkCore.Query;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore.Query;
23
using System;
34
using System.Collections.Generic;
4-
using System.Data.SqlClient;
55
using System.Linq;
66
using System.Linq.Expressions;
77
using System.Threading.Tasks;

开发版dev/Vue.NetCore/Vue.Net/VOL.Core/BaseProvider/RepositoryBase.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
using Microsoft.EntityFrameworkCore;
1+
using Microsoft.Data.SqlClient;
2+
using Microsoft.EntityFrameworkCore;
23
using Microsoft.EntityFrameworkCore.Query;
34
using Microsoft.EntityFrameworkCore.Storage;
45
using System;
56
using System.Collections.Generic;
6-
using System.Data.Common;
7-
using System.Data.SqlClient;
87
using System.Diagnostics.CodeAnalysis;
98
using System.Linq;
109
using System.Linq.Expressions;

0 commit comments

Comments
 (0)