Ecng.Data.ORM
1.0.36
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Ecng.Data.ORM --version 1.0.36
NuGet\Install-Package Ecng.Data.ORM -Version 1.0.36
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.ORM" Version="1.0.36" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ecng.Data.ORM" Version="1.0.36" />
<PackageReference Include="Ecng.Data.ORM" />
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.ORM --version 1.0.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ecng.Data.ORM, 1.0.36"
#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.ORM@1.0.36
#: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.ORM&version=1.0.36
#tool nuget:?package=Ecng.Data.ORM&version=1.0.36
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ecng system framework
| Product | Versions 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.
-
net10.0
- Ecng.ComponentModel (>= 1.0.441)
- Ecng.Configuration (>= 1.0.261)
- Ecng.Data (>= 1.0.444)
- Ecng.Linq (>= 1.0.172)
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.44 | 85 | 5/24/2026 |
| 1.0.43 | 96 | 5/24/2026 |
| 1.0.42 | 83 | 5/21/2026 |
| 1.0.41 | 82 | 5/21/2026 |
| 1.0.40 | 91 | 5/17/2026 |
| 1.0.39 | 89 | 5/15/2026 |
| 1.0.38 | 87 | 5/14/2026 |
| 1.0.37 | 95 | 5/10/2026 |
| 1.0.36 | 97 | 5/9/2026 |
| 1.0.35 | 93 | 5/6/2026 |
| 1.0.34 | 100 | 5/3/2026 |
| 1.0.33 | 109 | 4/30/2026 |
| 1.0.32 | 109 | 4/29/2026 |
| 1.0.31 | 103 | 4/27/2026 |
| 1.0.30 | 98 | 4/26/2026 |
| 1.0.29 | 107 | 4/26/2026 |
| 1.0.28 | 100 | 4/20/2026 |
| 1.0.27 | 100 | 4/20/2026 |
| 1.0.26 | 105 | 4/19/2026 |
| 1.0.25 | 96 | 4/19/2026 |
Loading failed
Backfill missing foreign keys via SchemaMigrator and ISqlDialect.ReadDbForeignKeysAsync
Route inline SQL through dialect/Query builder: ReadDbSchemaAsync, CREATE INDEX, DELETE FROM