EntityTypeBuilder<TEntity>
EntityTypeBuilder(IMutableEntityType)
ComplexCollection(String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement?>>>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement>>>)
ComplexCollection(Type, String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement?>>>, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement?>>>, String)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement>>>, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement>>>, String)
ComplexCollection(Type, String, String, Action<ComplexCollectionBuilder>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement?>>>, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TElement>(Expression<Func<TEntity, IEnumerable<TElement>>>, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TProperty, TElement>(String, Action<ComplexCollectionBuilder<TElement>>)
ComplexCollection<TProperty, TElement>(String, String, Action<ComplexCollectionBuilder<TElement>>)
ComplexProperty(String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty?>>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty>>)
ComplexProperty<TProperty>(String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty(Type, String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty?>>, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty?>>, String)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty>>, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty>>, String)
ComplexProperty<TProperty>(String, String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty(Type, String, String, Action<ComplexPropertyBuilder>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty?>>, String, Action<ComplexPropertyBuilder<TProperty>>)
ComplexProperty<TProperty>(Expression<Func<TEntity, TProperty>>, String, Action<ComplexPropertyBuilder<TProperty>>)
HasAlternateKey(String[])
HasAlternateKey(Expression<Func<TEntity, Object>>)
HasAnnotation(String, Object)
HasBaseType(String)
HasBaseType(Type)
HasBaseType<TBaseType>()
HasChangeTrackingStrategy(ChangeTrackingStrategy)
HasData(Object[])
HasData(TEntity[])
HasData(IEnumerable<Object>)
HasData(IEnumerable<TEntity>)
HasDiscriminator<TDiscriminator>(Expression<Func<TEntity, TDiscriminator>>)
HasIndex(String[])
HasIndex(String[], String)
HasIndex(Expression<Func<TEntity, Object>>)
HasIndex(Expression<Func<TEntity, Object>>, String)
HasKey(String[])
HasKey(Expression<Func<TEntity, Object>>)
HasMany<TRelatedEntity>(String)
HasMany<TRelatedEntity>(Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>)
HasNoDiscriminator()
HasNoKey()
HasOne<TRelatedEntity>(String)
HasOne<TRelatedEntity>(Expression<Func<TEntity, TRelatedEntity>>)
HasQueryFilter(LambdaExpression)
HasQueryFilter(String, LambdaExpression)
HasQueryFilter(Expression<Func<TEntity, Boolean>>)
HasQueryFilter(String, Expression<Func<TEntity, Boolean>>)
Ignore(String)
Ignore(Expression<Func<TEntity, Object>>)
Navigation<TNavigation>(Expression<Func<TEntity, IEnumerable<TNavigation>>>)
Navigation<TNavigation>(Expression<Func<TEntity, TNavigation>>)
OwnsMany<TRelatedEntity>(String)
OwnsMany<TRelatedEntity>(Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>)
OwnsMany<TRelatedEntity>(String, String)
OwnsMany(String, String, Action<OwnedNavigationBuilder>)
OwnsMany(Type, String, Action<OwnedNavigationBuilder>)
OwnsMany<TRelatedEntity>(String, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsMany<TRelatedEntity>(String, Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>)
OwnsMany(String, Type, String, Action<OwnedNavigationBuilder>)
OwnsMany<TRelatedEntity>(Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsMany<TRelatedEntity>(String, String, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsMany<TRelatedEntity>(String, Expression<Func<TEntity, IEnumerable<TRelatedEntity>>>, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsOne<TRelatedEntity>(String)
OwnsOne<TRelatedEntity>(Expression<Func<TEntity, TRelatedEntity>>)
OwnsOne<TRelatedEntity>(String, String)
OwnsOne(String, String, Action<OwnedNavigationBuilder>)
OwnsOne(Type, String, Action<OwnedNavigationBuilder>)
OwnsOne<TRelatedEntity>(String, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsOne<TRelatedEntity>(String, Expression<Func<TEntity, TRelatedEntity>>)
OwnsOne(String, Type, String, Action<OwnedNavigationBuilder>)
OwnsOne<TRelatedEntity>(Expression<Func<TEntity, TRelatedEntity>>, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsOne<TRelatedEntity>(String, String, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
OwnsOne<TRelatedEntity>(String, Expression<Func<TEntity, TRelatedEntity>>, Action<OwnedNavigationBuilder<TEntity, TRelatedEntity>>)
PrimitiveCollection<TProperty>(Expression<Func<TEntity, TProperty>>)
Property<TProperty>(Expression<Func<TEntity, TProperty>>)
UsePropertyAccessMode(PropertyAccessMode)
BuilderFilter(EntityTypeBuilder<ExtensionBuilderFilter>, QueryFilterFuncletizationContext)
HasAnalyticalStoreTimeToLive<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Int32>)
HasAutoscaleThroughput<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Int32>)
HasDefaultTimeToLive<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Int32>)
HasDiscriminatorInJsonId<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Boolean>)
HasManualThroughput<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Int32>)
HasPartitionKey<TEntity>(EntityTypeBuilder<TEntity>, String, String[])
HasPartitionKey<TEntity, TProperty>(EntityTypeBuilder<TEntity>, Expression<Func<TEntity, TProperty>>)
HasRootDiscriminatorInJsonId<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Boolean>)
HasShadowId<TEntity>(EntityTypeBuilder<TEntity>, Nullable<Boolean>)
HasTrigger<TEntity>(EntityTypeBuilder<TEntity>, String, TriggerType, TriggerOperation)
IsMemoryOptimized<TEntity>(EntityTypeBuilder<TEntity>, Boolean)
ToContainer<TEntity>(EntityTypeBuilder<TEntity>, String)
ToInMemoryQuery<TEntity>(EntityTypeBuilder<TEntity>, Expression<Func<IQueryable<TEntity>>>)
UseETagConcurrency<TEntity>(EntityTypeBuilder<TEntity>)
net10.0
namespace Microsoft.EntityFrameworkCore.Metadata.Builders
{
public class EntityTypeBuilder<TEntity> : EntityTypeBuilder
where TEntity, class
{
public virtual EntityTypeBuilder<TEntity!>! HasQueryFilter(LambdaExpression? filter);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API