LeftOuterJoinExpression Class
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.
Represents a SQL LEFT OUTER JOIN expression.
public class LeftOuterJoinExpression : Microsoft.EntityFrameworkCore.Query.Expressions.JoinExpressionBase
public class LeftOuterJoinExpression : Microsoft.EntityFrameworkCore.Query.Expressions.PredicateJoinExpressionBase
type LeftOuterJoinExpression = class
inherit JoinExpressionBase
type LeftOuterJoinExpression = class
inherit PredicateJoinExpressionBase
Public Class LeftOuterJoinExpression
Inherits JoinExpressionBase
Public Class LeftOuterJoinExpression
Inherits PredicateJoinExpressionBase
- Inheritance
- Inheritance
-
LeftOuterJoinExpression
Constructors
LeftOuterJoinExpression(TableExpressionBase) |
Creates a new instance of LeftOuterJoinExpression. |
Properties
Alias |
Gets the alias. (Inherited from TableExpressionBase) |
NodeType |
Returns the node type of this Expression. (Inherited from Expression.) (Inherited from TableExpressionBase) |
Predicate |
Gets or sets the predicate. (Inherited from JoinExpressionBase) |
Predicate |
Gets or sets the predicate. (Inherited from PredicateJoinExpressionBase) |
QuerySource |
Gets the query source. (Inherited from TableExpressionBase) |
TableExpression |
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) |
Methods
Accept(ExpressionVisitor) |
Dispatches to the specific visit method for this node type. |
Equals(Object) |
Tests if this object is considered equal to another. |
GetHashCode() |
Returns a hash code for this object. |
HandlesQuerySource(IQuerySource) |
Determines whether or not this TableExpressionBase handles the given query source. (Inherited from TableExpressionBase) |
PreProcessQuerySource(IQuerySource) |
Pre-processes the given Remotion.Linq.Clauses.IQuerySource. (Inherited from TableExpressionBase) |
ToString() |
Creates a String representation of the Expression. |
VisitChildren(ExpressionVisitor) |
Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible. (Inherited from JoinExpressionBase) |
VisitChildren(ExpressionVisitor) |
Reduces the node and then calls the Visit(Expression) method passing the reduced expression. Throws an exception if the node isn't reducible. (Inherited from PredicateJoinExpressionBase) |
Applies to
Entity Framework