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
Package: Korzh.EasyQuery.EntityFrameworkCore.Relational
(targets: net5.0
, netstandard2.0
, netstandard2.1
)
Assembly: Korzh.EasyQuery.EntityFrameworkCore.Relational.dll
Static Methods
Name | Type | Description |
---|---|---|
UseDbContext(this EasyQueryOptions options, FormatType formatType, Action <DbContextModelExtractorOptions> configurator = null) |
void |
|
UseDbContext(this EasyQueryOptions options, Action <DbContextModelExtractorOptions> configurator = null) |
void |