RuntimeEntityType.IReadOnlyEntityType.GetQueryFilter Method

Definition

Gets the LINQ expression filter automatically applied to queries for this entity type.

[System.Diagnostics.DebuggerStepThrough]
System.Linq.Expressions.LambdaExpression? IReadOnlyEntityType.GetQueryFilter ();
[System.Diagnostics.DebuggerStepThrough]
System.Linq.Expressions.LambdaExpression IReadOnlyEntityType.GetQueryFilter ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetQueryFilter : unit -> System.Linq.Expressions.LambdaExpression
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyEntityType.GetQueryFilter : unit -> System.Linq.Expressions.LambdaExpression
Function GetQueryFilter () As LambdaExpression Implements IReadOnlyEntityType.GetQueryFilter

Returns

The LINQ expression filter.

Implements

Attributes

Applies to