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
Static Methods
Type | Name | Description |
---|---|---|
void |
UseEntity(this EasyQueryOptions options, Func<IServiceProvider, String, IEnumerable<T>> contextResolver) |
|
void |
UseEntity(this EasyQueryOptions options, Func<IServiceProvider, String, IQueryable<T>> contextResolver) |