Class EntityTypeBuilderExtensions
Inheritance
EntityTypeBuilderExtensions
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public static class EntityTypeBuilderExtensions
Methods
Declaration
public static EntityTypeBuilder<TEntity> HasAbpQueryFilter<TEntity>(this EntityTypeBuilder<TEntity> builder, Expression<Func<TEntity, bool>> filter) where TEntity : class
Parameters
Type |
Name |
Description |
EntityTypeBuilder<TEntity> |
builder |
|
Expression<Func<TEntity, bool>> |
filter |
|
Returns
Type |
Description |
EntityTypeBuilder<TEntity> |
|
Type Parameters