Ecng.Data.Linq2db 1.0.286

dotnet add package Ecng.Data.Linq2db --version 1.0.286
                    
NuGet\Install-Package Ecng.Data.Linq2db -Version 1.0.286
                    
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.286" />
                    
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.286" />
                    
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.286
                    
#r "nuget: Ecng.Data.Linq2db, 1.0.286"
                    
#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.286
                    
#: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.286
                    
Install as a Cake Addin
#tool nuget:?package=Ecng.Data.Linq2db&version=1.0.286
                    
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 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. 
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 (1)

Showing the top 1 popular GitHub repositories that depend on Ecng.Data.Linq2db:

Repository Stars
StockSharp/StockSharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Version Downloads Last Updated
1.0.286 143 1/14/2026
1.0.285 110 1/13/2026
1.0.284 106 1/13/2026
1.0.283 110 1/13/2026
1.0.282 116 1/9/2026
1.0.281 113 1/9/2026
1.0.280 111 1/8/2026
1.0.279 113 1/8/2026
1.0.278 115 1/7/2026
1.0.277 112 1/6/2026
1.0.276 110 1/6/2026
1.0.275 115 1/4/2026
1.0.274 110 1/4/2026
1.0.273 129 1/1/2026
1.0.272 132 12/31/2025
1.0.271 118 12/30/2025
1.0.270 116 12/30/2025
1.0.269 115 12/29/2025
1.0.268 115 12/29/2025
1.0.267 116 12/26/2025
Loading failed

Add Like operator and DeleteAsync return count
Add UpsertAsync to IDatabaseTable (MERGE/upsert support)