Xtensive.Orm.SqlServer 7.1.2

There is a newer prerelease version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Xtensive.Orm.SqlServer" Version="7.1.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Xtensive.Orm.SqlServer --version 7.1.2                
#r "nuget: Xtensive.Orm.SqlServer, 7.1.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 168 12/28/2023
7.1.2 229 10/18/2024
7.1.1 16,312 11/14/2023
7.1.0 445 4/12/2023
7.1.0-RC 197 3/9/2023
7.1.0-Beta-2 291 12/19/2022
7.1.0-Beta-1 198 7/4/2022
7.0.5 122 6/3/2024
7.0.4 187 11/12/2023
7.0.3 1,274 3/21/2022
7.0.2 689 2/8/2022
7.0.1 504 10/29/2021
7.0.0 499 6/2/2021
6.0.13 241 4/4/2024
6.0.12 14,580 11/10/2023
6.0.11 826 1/12/2023
6.0.10 947 4/29/2022
6.0.9 830 2/2/2022
6.0.8 587 10/28/2021
6.0.7 51,419 8/27/2021
6.0.6 611 5/24/2021
6.0.5 697 3/9/2021
6.0.4 16,342 12/22/2020
6.0.3 844 9/29/2020