linq2db.SqlServer.MS
5.1.1
Prefix Reserved
See the version list below for details.
Requires NuGet 3.3.0 or higher.
dotnet add package linq2db.SqlServer.MS --version 5.1.1
NuGet\Install-Package linq2db.SqlServer.MS -Version 5.1.1
<PackageReference Include="linq2db.SqlServer.MS" Version="5.1.1" />
paket add linq2db.SqlServer.MS --version 5.1.1
#r "nuget: linq2db.SqlServer.MS, 5.1.1"
// Install linq2db.SqlServer.MS as a Cake Addin #addin nuget:?package=linq2db.SqlServer.MS&version=5.1.1 // Install linq2db.SqlServer.MS as a Cake Tool #tool nuget:?package=linq2db.SqlServer.MS&version=5.1.1
LINQ to DB
Starting from version 4 we obsolete T4 nugets in favor of new command-line scaffolding tool: linq2db.cli. Consider migration as we don't plan to introduce new features and fixes to T4 functionality.
This nuget package contains database scaffolding T4 templates to generate POCO classes from your database.
You can read about T4 templates options here. Demonstration video could be found here.
Important
Don't use this package if you don't need database scaffolding functionality. Instead of this package, use:
- main linq2db package
- database provider nuget (see list of supported providers below)
Supported database providers
- MS Access (.NET Core-only)
- System.Data.Odbc for ODBC Access provider
- System.Data.OleDb for OLE DB Access provider
- DB2 LUW and Informix
- IBM.Data.DB.Provider: .NET Framework provider
- IBM.Data.DB2.Core: .NET Core Windows provider
- IBM.Data.DB2.Core-lnx: .NET Core Linux provider
- IBM.Data.DB2.Core-osx: .NET Core MacOS provider
- Net5.IBM.Data.Db2: .NET 5+ Windows provider
- Net5.IBM.Data.Db2-lnx: .NET 5+ Linux provider
- Net5.IBM.Data.Db2-osx: .NET 5+ MacOS provider
- Net.IBM.Data.Db2: .NET 6+ Windows provider
- Net.IBM.Data.Db2-lnx: .NET 6+ Linux provider
- Net.IBM.Data.Db2-osx: .NET 6+ MacOS provider
- for
Informix
you can also use legacy ODS or SQLiIBM.Data.Informix
providers, but we don't recommend it
- DB2 iSeries
- linq2db4iSeries: Don't reference linq2db package explicitly. This package already references supported linq2db version
- Firebird
- MySQL
- MySqlConnector (recommended)
- MySql.Data (highly discouraged, low quality provider)
- MariaDB
- MySqlConnector (recommended)
- Oracle
- Oracle.ManagedDataAccess (.NET Framework)
- Oracle.ManagedDataAccess.Core (.NET Core)
- also native legacy ODP.NET provider supported, but not recommended
- PostgreSQL
- SAP HANA 2
- System.Data.Odbc for ODBC provider
- also native ADO.NET provider could be used (Windows-only)
- SQL Server Compact Edition
System.Data.SqlServerCe
provider
- SQLite
- System.Data.SQLite.Core (recommended as it use most recent SQLite engine and provides access to SQLite functions)
- Microsoft.Data.Sqlite
- SQL Server
- Microsoft.Data.SqlClient (recommended)
- System.Data.SqlClient (legacy)
- SAP/Sybase ASE
- AdoNetCore.AseClient (recommended)
Sybase.AdoNet45.AseClient
native provider (not recommended, low quality provider)
Obsoletion Note
T4 templates obsoleted starting from Linq To DB
4.0.0 and replaced with new scaffolding utility. We still release newer versions of templates to maintain compatibility with new LinqToDB
releases but don't actively develop new features for them.
There are multiple reasons for it:
- T4 templates doesn't work well outside of Visual Studio. MacOS/Linux users or users of alternate IDEs could face serious issues trying to use T4 templates.
- T4 templates executed using .NET Framework by Visual Studio, which also creates issues for non-Windows users.
- T4 host use x86 process for Visual Studio 2019- and x64 process for Visual Studio 2022+. This creates issues with native providers as they are platform-dependent (ODBC and OleDb providers, various native ADO.NET providers).
- It's very hard to maintain big code generation framework, written in T4 templates.
These are the most significant issues with T4 templates.
Learn more about Target Frameworks and .NET Standard.
-
- linq2db (>= 5.1.1)
- Microsoft.Data.SqlClient (>= 5.1.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.0.0-preview.1 | 63 | 6/17/2024 |
5.4.1 | 912 | 4/7/2024 |
5.4.0 | 966 | 2/20/2024 |
5.3.2 | 3,628 | 10/18/2023 |
5.3.1 | 272 | 10/16/2023 |
5.3.0 | 334 | 10/12/2023 |
5.2.2 | 1,127 | 6/8/2023 |
5.2.1 | 177 | 5/18/2023 |
5.2.0 | 240 | 5/4/2023 |
5.1.1 | 1,708 | 3/25/2023 |
5.1.0 | 516 | 3/16/2023 |
5.0.0 | 288 | 2/23/2023 |
5.0.0-rc.2 | 120 | 2/16/2023 |
5.0.0-rc.1 | 106 | 2/9/2023 |
5.0.0-preview.2 | 127 | 2/2/2023 |
5.0.0-preview.1 | 168 | 1/12/2023 |
4.4.1 | 722 | 2/2/2023 |
4.4.0 | 347 | 12/15/2022 |
4.3.0 | 103,627 | 10/1/2022 |
4.2.0 | 634 | 9/1/2022 |
4.1.1 | 847 | 7/7/2022 |
4.1.0 | 16,912 | 6/16/2022 |
4.0.1 | 619 | 5/27/2022 |
4.0.0 | 2,972 | 5/19/2022 |
4.0.0-rc.2 | 132 | 5/15/2022 |
4.0.0-rc.1 | 129 | 4/29/2022 |
4.0.0-preview.10 | 172 | 11/15/2021 |
4.0.0-preview.9 | 162 | 11/11/2021 |
4.0.0-preview.8 | 209 | 10/22/2021 |
4.0.0-preview.7 | 207 | 10/14/2021 |
4.0.0-preview.6 | 229 | 10/2/2021 |
4.0.0-preview.5 | 218 | 9/10/2021 |
4.0.0-preview.4 | 345 | 8/13/2021 |
4.0.0-preview.3 | 211 | 7/9/2021 |
4.0.0-preview.2 | 175 | 7/1/2021 |
4.0.0-preview.1 | 176 | 6/9/2021 |
3.7.0 | 607 | 4/7/2022 |
3.6.0 | 4,739 | 11/15/2021 |
3.5.2 | 375 | 11/11/2021 |
3.5.1 | 444 | 10/22/2021 |
3.5.0 | 425 | 10/14/2021 |
3.4.5 | 552 | 10/2/2021 |
3.4.4 | 433 | 9/10/2021 |
3.4.3 | 687 | 8/13/2021 |
3.4.2 | 1,415 | 7/9/2021 |
3.4.1 | 879 | 7/1/2021 |
3.4.0 | 954 | 6/3/2021 |
3.3.0 | 459 | 3/25/2021 |
3.2.3 | 3,262 | 1/4/2021 |
3.2.2 | 458 | 12/26/2020 |
3.2.1 | 513 | 12/17/2020 |
3.2.0 | 606 | 12/17/2020 |
3.1.6 | 604 | 10/31/2020 |
3.1.5 | 498 | 10/15/2020 |
3.1.4 | 491 | 10/8/2020 |
3.1.3 | 600 | 9/17/2020 |
3.1.2 | 614 | 9/3/2020 |
3.1.1 | 535 | 8/27/2020 |
3.1.0 | 554 | 8/20/2020 |
3.0.1 | 599 | 7/13/2020 |
3.0.0 | 539 | 7/10/2020 |
3.0.0-rc.2 | 418 | 7/5/2020 |
3.0.0-rc.1 | 276 | 6/17/2020 |
3.0.0-rc.0 | 315 | 5/30/2020 |
3.0.0-preview.2 | 1,802 | 3/28/2020 |
3.0.0-preview.1 | 884 | 10/17/2019 |