EntityFrameworkCoreExtensions class
Contains some extensions for using EasyQuery with Entity Framework Core.
public static class Korzh.EasyQuery.EntityFrameworkCore.EntityFrameworkCoreExtensions
Static Methods
Section titled “Static Methods”Type | Name | Description |
---|---|---|
void | LoadFromDbContext(this DbModel dbModel, DbContext context) | Loads the model from a database context. |
void | LoadFromDbContext(this DbModel dbModel, DbContext context, DbQueryFormats formats) | Loads the model from a database context. |
void | LoadFromDbContext(this DbModel dbModel, DbContext context, DbContextLoaderOptions options) | Loads the model from a database context. |
void | LoadFromDbContext(this DbModel dbModel, DbContext context, DbContextLoaderOptions options, DbQueryFormats formats) | Loads the model from a database context. |