Xtensive.Orm.SqlServer
7.1.2
See the version list below for details.
dotnet add package Xtensive.Orm.SqlServer --version 7.1.2
NuGet\Install-Package Xtensive.Orm.SqlServer -Version 7.1.2
<PackageReference Include="Xtensive.Orm.SqlServer" Version="7.1.2" />
paket add Xtensive.Orm.SqlServer --version 7.1.2
#r "nuget: Xtensive.Orm.SqlServer, 7.1.2"
// Install Xtensive.Orm.SqlServer as a Cake Addin #addin nuget:?package=Xtensive.Orm.SqlServer&version=7.1.2 // Install Xtensive.Orm.SqlServer as a Cake Tool #tool nuget:?package=Xtensive.Orm.SqlServer&version=7.1.2
MS SQL Server provider for DataObjects.Net
The provider is responsible for interactions with MS SQL Server database - information about features and types the storage supports, low level communications, translation of SqlDom queries to native SQL text queries.
For now it supports MS SQL Server 2008 R2, 2012, 2014, 2016, 2017, 2019, 2022
Usage
Create a domain configuration configuration with connection url similar to this
var domainConfiguration = new DomainConfiguration(@"sqlserver://someuser:somepassword@localhost/Tests?MultipleActiveResultSets=True");
or, alternatively, use connection string like
var domainConfiguration = new DomainConfiguration("sqlserver",
"Data Source=localhost;Initial Catalog=Tests;User Id=someuser;Password=somepassword;MultipleActiveResultSets=True");
After that, if connection settings are valid, build Domain and use it as usual.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. 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. |
-
net5.0
- Microsoft.Data.SqlClient (>= 5.0.0)
- Xtensive.Orm (>= 7.1.2)
-
net6.0
- Microsoft.Data.SqlClient (>= 5.1.0)
- Xtensive.Orm (>= 7.1.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xtensive.Orm.SqlServer:
Package | Downloads |
---|---|
Xtensive.Orm.Reprocessing
Adds support for reprocessable operations for DataObjects.Net-powered projects |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.2.0-Beta-1 | 165 | 12/28/2023 |
7.1.2 | 166 | 10/18/2024 |
7.1.1 | 14,920 | 11/14/2023 |
7.1.0 | 442 | 4/12/2023 |
7.1.0-RC | 194 | 3/9/2023 |
7.1.0-Beta-2 | 289 | 12/19/2022 |
7.1.0-Beta-1 | 195 | 7/4/2022 |
7.0.5 | 118 | 6/3/2024 |
7.0.4 | 184 | 11/12/2023 |
7.0.3 | 1,270 | 3/21/2022 |
7.0.2 | 684 | 2/8/2022 |
7.0.1 | 499 | 10/29/2021 |
7.0.0 | 496 | 6/2/2021 |
6.0.13 | 238 | 4/4/2024 |
6.0.12 | 13,386 | 11/10/2023 |
6.0.11 | 803 | 1/12/2023 |
6.0.10 | 944 | 4/29/2022 |
6.0.9 | 827 | 2/2/2022 |
6.0.8 | 585 | 10/28/2021 |
6.0.7 | 51,090 | 8/27/2021 |
6.0.6 | 609 | 5/24/2021 |
6.0.5 | 694 | 3/9/2021 |
6.0.4 | 16,335 | 12/22/2020 |
6.0.3 | 841 | 9/29/2020 |