共用方式為


SelectExpression.AddLateralJoin 方法

定義

將 SQL 橫向聯結新增至此 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))

參數

tableExpression
TableExpressionBase

目標資料表運算式。

projection
IEnumerable<Expression>

應該加入投影的運算式序列。

適用於