EntityFrameworkCoreExtensions class
Contains some extensions for using EasyQuery with Entity Framework Core.
public static class Korzh.EasyQuery.EntityFrameworkCore.EntityFrameworkCoreExtensionsPackage: Korzh.EasyQuery.EntityFrameworkCore.Relational (targets: net5.0, netstandard2.0, netstandard2.1)
Assembly: Korzh.EasyQuery.EntityFrameworkCore.Relational.dll
Static Methods
Section titled “Static Methods”| Name | Type | Description |
|---|---|---|
LoadFromDbContext(this DbModel dbModel, DbContext context) | void | Loads the model from a database context. |
LoadFromDbContext(this DbModel dbModel, DbContext context, SqlFormats formats) | void | Loads the model from a database context. |
LoadFromDbContext(this DbModel dbModel, DbContext context, DbContextModelExtractorOptions options) | void | Loads the model from a database context. |