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

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
1.0.286 315 1/14/2026
1.0.285 161 1/13/2026
1.0.284 158 1/13/2026
1.0.283 158 1/13/2026
1.0.282 162 1/9/2026
1.0.281 156 1/9/2026
1.0.280 159 1/8/2026
1.0.279 161 1/8/2026
1.0.278 166 1/7/2026
1.0.277 158 1/6/2026
1.0.276 158 1/6/2026
1.0.275 163 1/4/2026
1.0.274 155 1/4/2026
1.0.273 179 1/1/2026
1.0.272 183 12/31/2025
1.0.271 162 12/30/2025
1.0.270 187 12/30/2025
1.0.269 159 12/29/2025
1.0.268 159 12/29/2025
1.0.267 161 12/26/2025
Loading failed

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