Microsoft.EntityFrameworkCore.SqlServer.HierarchyId
8.0.10
Prefix Reserved
See the version list below for details.
Requires NuGet 3.6 or higher.
dotnet add package Microsoft.EntityFrameworkCore.SqlServer.HierarchyId --version 8.0.10
NuGet\Install-Package Microsoft.EntityFrameworkCore.SqlServer.HierarchyId -Version 8.0.10
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer.HierarchyId" Version="8.0.10" />
paket add Microsoft.EntityFrameworkCore.SqlServer.HierarchyId --version 8.0.10
#r "nuget: Microsoft.EntityFrameworkCore.SqlServer.HierarchyId, 8.0.10"
// Install Microsoft.EntityFrameworkCore.SqlServer.HierarchyId as a Cake Addin #addin nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.HierarchyId&version=8.0.10 // Install Microsoft.EntityFrameworkCore.SqlServer.HierarchyId as a Cake Tool #tool nuget:?package=Microsoft.EntityFrameworkCore.SqlServer.HierarchyId&version=8.0.10
Microsoft.EntityFrameworkCore.SqlServer.HierarchyId
enables use of hierarchical data for SQL Server and Azure SQL with Entity Framework Core and NetTopologySuite.
Usage
Call UseHierarchyId
inside the call to UseSqServer
when configuring the SQLite database provider for your DbContext
. For example:
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
=> options.UseSqlServer(
"Server=localhost;Database=MyDatabase;Trusted_Connection=True;",
b => b.HierarchyId());
See Hierarchical Data in the SQL Server EF Core Provider for more information on HierarchyId
with EF Core.
Getting started with EF Core
See Getting started with EF Core for more information about EF NuGet packages, including which to install when getting started.
Feedback
If you encounter a bug or issues with this package,you can open an Github issue. For more details, see getting support.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.EntityFrameworkCore.SqlServer (>= 8.0.10)
- Microsoft.EntityFrameworkCore.SqlServer.Abstractions (>= 8.0.10)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Microsoft.EntityFrameworkCore.SqlServer.HierarchyId:
Package | Downloads |
---|---|
EFCore.BulkExtensions.SqlServer
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server |
|
EFCore.BulkExtensions.MIT.SqlServer
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite |
|
EFCore.BulkExtensions.MIT
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite |
|
Youshow.Ace.Data
数据模块 |
|
EFCore.BulkExtensions.MIT.MySQL
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on Microsoft.EntityFrameworkCore.SqlServer.HierarchyId:
Repository | Stars |
---|---|
borisdj/EFCore.BulkExtensions
Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite
|
|
ErikEJ/EFCorePowerTools
Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI
|
|
sjh37/EntityFramework-Reverse-POCO-Code-First-Generator
EntityFramework Reverse POCO Code First Generator - Beautifully generated code that is fully customisable. This generator creates code as if you reverse engineered a database and lovingly created the code by hand. It is free to academics (you need a .edu or a .ac email address), not free for commercial use. Obtain your licence from
|
Version | Downloads | Last updated |
---|---|---|
9.0.0-rc.2.24474.1 | 3,920 | 10/8/2024 |
9.0.0-rc.1.24451.1 | 4,581 | 9/10/2024 |
9.0.0-preview.7.24405.3 | 160 | 8/13/2024 |
9.0.0-preview.6.24327.4 | 121 | 7/9/2024 |
9.0.0-preview.5.24306.3 | 115 | 6/11/2024 |
9.0.0-preview.4.24267.1 | 118 | 5/21/2024 |
9.0.0-preview.3.24172.4 | 556 | 4/11/2024 |
9.0.0-preview.2.24128.4 | 186 | 3/12/2024 |
9.0.0-preview.1.24081.2 | 244 | 2/13/2024 |
8.0.10 | 29,208 | 10/8/2024 |
8.0.8 | 352,953 | 8/13/2024 |
8.0.7 | 356,329 | 7/9/2024 |
8.0.6 | 78,127 | 5/28/2024 |
8.0.5 | 810,215 | 5/14/2024 |
8.0.4 | 386,422 | 4/9/2024 |
8.0.3 | 75,867 | 3/12/2024 |
8.0.2 | 862,102 | 2/13/2024 |
8.0.1 | 47,443 | 1/9/2024 |
8.0.0 | 1,199,269 | 11/14/2023 |
8.0.0-rc.2.23480.1 | 3,435 | 10/10/2023 |
8.0.0-rc.1.23419.6 | 42,146 | 9/12/2023 |
8.0.0-preview.7.23375.4 | 2,518 | 8/8/2023 |
8.0.0-preview.6.23329.4 | 1,903 | 7/11/2023 |
8.0.0-preview.5.23280.1 | 3,349 | 6/13/2023 |
8.0.0-preview.4.23259.3 | 2,175 | 5/16/2023 |
8.0.0-preview.3.23174.2 | 212 | 4/11/2023 |
8.0.0-preview.2.23128.3 | 458 | 3/14/2023 |