LateralJoinExpression 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.
Represents a SQL LATERAL JOIN expression.
public class LateralJoinExpression : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase
type LateralJoinExpression = class
inherit TableExpressionBase
Public Class LateralJoinExpression
Inherits TableExpressionBase
- Inheritance
Lateral |
Creates a new instance of LateralJoinExpression. |
Alias |
Gets the alias. (Inherited from TableExpressionBase) |
Node |
Returns the node type of this Expression. (Inherited from Expression.) (Inherited from TableExpressionBase) |
Query |
Gets the query source. (Inherited from TableExpressionBase) |
Table |
The target table expression. |
Type |
Gets the static type of the expression that this Expression represents. (Inherited from Expression.) (Inherited from TableExpressionBase) |
Accept(Expression |
Dispatches to the specific visit method for this node type. |
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) |
To |
Creates a String representation of the Expression. |
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 | 1.0, 1.1 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: