SelectExpression.AddLateralJoin Methode

Definition

Fügt diesem SelectExpression einen SQL LATERAL JOIN hinzu.

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))

Parameter

tableExpression
TableExpressionBase

Der Zieltabellenausdruck.

projection
IEnumerable<Expression>

Eine Sequenz von Ausdrücken, die der Projektion hinzugefügt werden sollen.

Gilt für: