Show / Hide Table of Contents

Class EntityTypeBuilderExtensions

Inheritance
object
EntityTypeBuilderExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.EntityFrameworkCore
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public static class EntityTypeBuilderExtensions

Methods

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

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
Name Description
TEntity
In this article
Back to top Powered by ABP.IO Platform