PredicateJoinExpressionBase Class
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.
A base class for SQL JOIN expressions that have predicates.
public abstract class PredicateJoinExpressionBase : Microsoft.EntityFrameworkCore.Query.Expressions.JoinExpressionBase
type PredicateJoinExpressionBase = class
inherit JoinExpressionBase
Public MustInherit Class PredicateJoinExpressionBase
Inherits JoinExpressionBase
- Inheritance
- Derived
Predicate |
Specialized constructor for use only by derived class. |
Alias |
Gets the alias. (Inherited from TableExpressionBase) |
Node |
Returns the node type of this Expression. (Inherited from Expression.) (Inherited from TableExpressionBase) |
Predicate |
Gets or sets the predicate. |
Query |
Gets the query source. (Inherited from TableExpressionBase) |
Table |
The target table expression. (Inherited from JoinExpressionBase) |
Type |
Gets the static type of the expression that this Expression represents. (Inherited from Expression.) (Inherited from TableExpressionBase) |
Handles |
Determines whether or not this TableExpressionBase handles the given query source. (Inherited from TableExpressionBase) |
Pre |
Pre-processes the given Remotion.Linq.Clauses.IQuerySource. (Inherited from TableExpressionBase) |
Visit |
Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible. |
Product | Versions |
---|---|
Entity Framework Core | 2.0, 2.1, 2.2 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: