Table of Contents

Class EntityFrameworkCoreExtensions

Namespace
Innova.Data.Entity.QueryFilterBuilder
Assembly
Innova.Data.dll
public static class EntityFrameworkCoreExtensions
Inheritance
EntityFrameworkCoreExtensions

Methods

HasQueryFilter<TEntity>(EntityTypeBuilder<TEntity>, IQueryFilterBuilder<TEntity>)

Specifies a LINQ predicate expression that will automatically be applied to any queries targeting this entity type.

HasQueryFilter<TEntity>(EntityTypeBuilder<TEntity>, Expression<Func<TEntity, bool>>)

Specifies a LINQ predicate expression that will automatically be applied to any queries targeting this entity type.

HasQueryFilters<TEntity>(EntityTypeBuilder<TEntity>)

Specifies a LINQ predicate expression that will automatically be applied to any queries targeting this entity type.