![]() |
VOOZH | about |
dotnet add package Ecng.Data.Linq2db --version 1.0.286
NuGet\Install-Package Ecng.Data.Linq2db -Version 1.0.286
<PackageReference Include="Ecng.Data.Linq2db" Version="1.0.286" />
<PackageVersion Include="Ecng.Data.Linq2db" Version="1.0.286" />Directory.Packages.props
<PackageReference Include="Ecng.Data.Linq2db" />Project file
paket add Ecng.Data.Linq2db --version 1.0.286
#r "nuget: Ecng.Data.Linq2db, 1.0.286"
#:package Ecng.Data.Linq2db@1.0.286
#addin nuget:?package=Ecng.Data.Linq2db&version=1.0.286Install as a Cake Addin
#tool nuget:?package=Ecng.Data.Linq2db&version=1.0.286Install as a Cake Tool
Helpers for linq2db.
Helpers for linq2db.
var db = new LinqToDbService(options);
var list = await db.Query<MyEntity>().ToListAsync();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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/ |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.286 | 242 | 1/14/2026 |
| 1.0.285 | 150 | 1/13/2026 |
| 1.0.284 | 143 | 1/13/2026 |
| 1.0.283 | 145 | 1/13/2026 |
| 1.0.282 | 147 | 1/9/2026 |
| 1.0.281 | 147 | 1/9/2026 |
| 1.0.280 | 146 | 1/8/2026 |
| 1.0.279 | 150 | 1/8/2026 |
| 1.0.278 | 150 | 1/7/2026 |
| 1.0.277 | 143 | 1/6/2026 |
| 1.0.276 | 143 | 1/6/2026 |
| 1.0.275 | 150 | 1/4/2026 |
| 1.0.274 | 144 | 1/4/2026 |
| 1.0.273 | 165 | 1/1/2026 |
| 1.0.272 | 168 | 12/31/2025 |
| 1.0.271 | 149 | 12/30/2025 |
| 1.0.270 | 171 | 12/30/2025 |
| 1.0.269 | 144 | 12/29/2025 |
| 1.0.268 | 148 | 12/29/2025 |
| 1.0.267 | 144 | 12/26/2025 |
Add Like operator and DeleteAsync return count
Add UpsertAsync to IDatabaseTable (MERGE/upsert support)