SelectExpression.AddLateralJoin Method
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.
Adds a SQL LATERAL JOIN to this SelectExpression.
public virtual void AddLateralJoin (Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase tableExpression, System.Collections.Generic.IEnumerable<System.Linq.Expressions.Expression> projection);
abstract member AddLateralJoin : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * seq<System.Linq.Expressions.Expression> -> unit
override this.AddLateralJoin : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase * seq<System.Linq.Expressions.Expression> -> unit
Public Overridable Sub AddLateralJoin (tableExpression As TableExpressionBase, projection As IEnumerable(Of Expression))
Parameters
- tableExpression
- TableExpressionBase
The target table expression.
- projection
- IEnumerable<Expression>
A sequence of expressions that should be added to the projection.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Entity Framework