Class AbpEntityOptions<TEntity>
Inheritance
object
AbpEntityOptions<TEntity>
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.DependencyInjection
Assembly: Volo.Abp.EntityFrameworkCore.dll
Syntax
public class AbpEntityOptions<TEntity> where TEntity : IEntity
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Constructors
AbpEntityOptions()
Declaration
public AbpEntityOptions()
Properties
DefaultWithDetailsFunc
Declaration
public Func<IQueryable<TEntity>, IQueryable<TEntity>> DefaultWithDetailsFunc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Func<T, TResult><System.Linq.IQueryable<T><TEntity>, System.Linq.IQueryable<T><TEntity>> |
Empty
Declaration
public static AbpEntityOptions<TEntity> Empty { get; }
Property Value
| Type | Description |
|---|---|
| AbpEntityOptions<TEntity> |