Contains several extension methods for EasyQueryOptions which allow to tune up the EasyQuery manager and middleware in case of using it for LINQ queries genereation
public static class Korzh.EasyQuery.Services.EasyQueryOptionsExtensionsLinq
Package: Korzh.EasyQuery.Linq
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.Linq.dll
Static Methods
Name | Type | Description |
---|---|---|
UseEntity(this EasyQueryOptions options, Func <EasyQueryManager, IEnumerable <T >> contextResolver, Action <EntityTypeModelLoaderOptions> optionsTuner = null) |
void |
|
UseEntity(this EasyQueryOptions options, Func <EasyQueryManager, IQueryable <T >> contextResolver, Action <EntityTypeModelLoaderOptions> optionsTuner = null) |
void |