SelectExpression.AddLateralJoin(TableExpressionBase, IEnumerable<Expression>) Yöntem

Tanım

bu selectexpression 'a bir SQL yanal birleşimi ekler.

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

Parametreler

tableExpression
TableExpressionBase

Hedef tablo ifadesi.

projection
IEnumerable<Expression>

Projeksiye eklenmesi gereken ifadelerin sırası.

Şunlara uygulanır