Ecng.Data.Linq2db 1.0.267

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ecng.Data.Linq2db --version 1.0.267
                    
NuGet\Install-Package Ecng.Data.Linq2db -Version 1.0.267
                    
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="Ecng.Data.Linq2db" Version="1.0.267" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ecng.Data.Linq2db" Version="1.0.267" />
                    
Directory.Packages.props
<PackageReference Include="Ecng.Data.Linq2db" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Ecng.Data.Linq2db --version 1.0.267
                    
#r "nuget: Ecng.Data.Linq2db, 1.0.267"
                    
#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.
#:package Ecng.Data.Linq2db@1.0.267
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ecng.Data.Linq2db&version=1.0.267
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Data.Linq2db&version=1.0.267
                    
Install as a Cake Tool

Ecng.Data.Linq2db

Helpers for linq2db.

Purpose

Helpers for linq2db.

Key Features

  • Simplifies DB connections
  • Reuse mapping configurations
  • Async query helpers

Usage Example

var db = new LinqToDbService(options);
var list = await db.Query<MyEntity>().ToListAsync();
Product 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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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 was computed. 
.NET Framework 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. 
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 Ecng.Data.Linq2db:

Package Downloads
StockSharp.Algo.Export

Export data providers. More info on web site https://stocksharp.com/store/

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.286 224 1/14/2026
1.0.285 138 1/13/2026
1.0.284 129 1/13/2026
1.0.283 131 1/13/2026
1.0.282 135 1/9/2026
1.0.281 133 1/9/2026
1.0.280 133 1/8/2026
1.0.279 136 1/8/2026
1.0.278 135 1/7/2026
1.0.277 133 1/6/2026
1.0.276 131 1/6/2026
1.0.275 137 1/4/2026
1.0.274 133 1/4/2026
1.0.273 154 1/1/2026
1.0.272 158 12/31/2025
1.0.271 138 12/30/2025
1.0.270 162 12/30/2025
1.0.269 135 12/29/2025
1.0.268 136 12/29/2025
1.0.267 134 12/26/2025
Loading failed