EasyQueryOptionsExtensionsEfCore class
Contains several extension methods for EasyQueryOptions which allow to tune up the EasyQuery manager and middleware in case of using them with EntityFrameworkCore
public static class Korzh.EasyQuery.Services.EasyQueryOptionsExtensionsEfCore
Static Methods
Section titled “Static Methods”Type | Name | Description |
---|---|---|
void | UseDbContext(this EasyQueryOptions options, Action<DbContextLoaderOptions> configurator = null) | |
void | UseDbContext(this EasyQueryOptions options, FormatType formatType, Action<DbContextLoaderOptions> configurator = null) |