SimpleAccess.SqlServer.Repository
6.0.0-beta-6.0.0.1
See the version list below for details.
dotnet add package SimpleAccess.SqlServer.Repository --version 6.0.0-beta-6.0.0.1
NuGet\Install-Package SimpleAccess.SqlServer.Repository -Version 6.0.0-beta-6.0.0.1
<PackageReference Include="SimpleAccess.SqlServer.Repository" Version="6.0.0-beta-6.0.0.1" />
paket add SimpleAccess.SqlServer.Repository --version 6.0.0-beta-6.0.0.1
#r "nuget: SimpleAccess.SqlServer.Repository, 6.0.0-beta-6.0.0.1"
// Install SimpleAccess.SqlServer.Repository as a Cake Addin #addin nuget:?package=SimpleAccess.SqlServer.Repository&version=6.0.0-beta-6.0.0.1&prerelease // Install SimpleAccess.SqlServer.Repository as a Cake Tool #tool nuget:?package=SimpleAccess.SqlServer.Repository&version=6.0.0-beta-6.0.0.1&prerelease
Simple Access ORM provides database access in Ado.net methods naming pattern.
Documentation of using SimpleAccess is available at https://simpleaccessorm.com/
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
.NET Framework | net452 is compatible. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5.2
- SimpleAccess.Core (>= 6.0.0-beta-6.0.0.1)
- SimpleAccess.Repository (>= 5.0.0-beta-5.0.0.1)
- SimpleAccess.SqlServer (>= 6.0.0-beta-6.0.0.1)
-
.NETStandard 2.0
- SimpleAccess.Core (>= 6.0.0-beta-6.0.0.1)
- SimpleAccess.Repository (>= 5.0.0-beta-5.0.0.1)
- SimpleAccess.SqlServer (>= 6.0.0-beta-6.0.0.1)
- System.Data.SqlClient (>= 4.4.0)
-
.NETStandard 2.1
- Microsoft.Data.SqlClient (>= 3.1.0)
- SimpleAccess.Core (>= 6.0.0-beta-6.0.0.1)
- SimpleAccess.Repository (>= 5.0.0-beta-5.0.0.1)
- SimpleAccess.SqlServer (>= 6.0.0-beta-6.0.0.1)
-
net6.0
- Microsoft.Data.SqlClient (>= 4.1.0)
- SimpleAccess.Core (>= 6.0.0-beta-6.0.0.1)
- SimpleAccess.Repository (>= 5.0.0-beta-5.0.0.1)
- SimpleAccess.SqlServer (>= 6.0.0-beta-6.0.0.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on SimpleAccess.SqlServer.Repository:
Package | Downloads |
---|---|
SimpleApp.Web.Localization.Abstract
Aspnet Core 6 Localization Component Abstraction classes |
|
SimpleApp.Web.Localization
Aspnet Core 6 Localization component |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0-beta-6.0.0.4 | 346 | 9/11/2022 |
6.0.0-beta-6.0.0.3 | 138 | 8/15/2022 |
6.0.0-beta-6.0.0.2 | 234 | 8/13/2022 |
6.0.0-beta-6.0.0.1 | 139 | 8/2/2022 |
5.0.0-beta-5.0.0.1 | 190 | 10/19/2021 |
Changes:
- SqlEntityRepository Implemented
- PrimaryKey attribute added to support Sequence object
- .Net Standard 2.0 and .Net Standard 2.1 with Microsoft.Data.SqlClient support added
- Aysnc support for Dotnet full framework 4.5 and .Net Standard 2.0 and later
- Repository Performance improvement
- GetPagedList extensions methods added
- Async GetPagedList extensions methods added
- RowNumber column added in Paging extensions using addRowNumber bool parameter
- Distinct and select support added to GetPagedList extensions
- SqlRepository is renamed to SqlSpRepository and SqlRepository is marked as Obsolete
- Data mapping performance improved
- IgnoreSelect, IgnoreInsert, IgnoreUpdate and NotMapped property attributes support implemente for Repositories
- Aggregate functions (Count, Sum, Min, Max and Avg) extensions added to SqlRepository extension methods
- GetAggregate and GetAggregateWithGroupBy functions extensions added to SqlRepository extension methods
- IsExist function extension added
- 20 more overloads added for GetCount extensions method
- IN Clause support added using Contains SqlSyntax extentions
- In Clause (Sub Query) support added to Where Expression SQLEntityRepository
- Transaction support added to IsExist extensions methods
- nuget package versioning changed
Bug fixes
- SqlEntityRepository Get, Find, FindAll methods fixed
- Insert is not working with Indentity column
- Sql Server Keywords cannot be used as table column
- ExecuteScalar do not support nullable types
- Where expression throw null exception when using != operator
- ConnectionString lost user credential bug fixed
- Error in executing in Where lambda expression
- Enum is not working with Where lambda expression
- RowNumber is not loading when using the s => new Entity { id } expression with GetEntityPagedList
- Issue #9: SqlRepository.FindAll is throwing NullReference exception if the lambda parameter is nullable property
- GetDynamicPagedList and GetDynamicPagedListAsync returning all properties name in lower case
- BuildWhereClause is returning coma in value of decimal instead of dot with different culture