DiscriminatorPredicateExpression(Expression, IQuerySource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of a DiscriminatorPredicateExpression..
public DiscriminatorPredicateExpression(System.Linq.Expressions.Expression predicate, Remotion.Linq.Clauses.IQuerySource querySource);
new Microsoft.EntityFrameworkCore.Query.Expressions.DiscriminatorPredicateExpression : System.Linq.Expressions.Expression * Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.DiscriminatorPredicateExpression
Public Sub New (predicate As Expression, querySource As IQuerySource)
Parameters
- predicate
- Expression
The predicate.
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.