共用方式為


LateralJoinExpression 類別

定義

表示 SQL LATERAL JOIN 運算式。

public class LateralJoinExpression : Microsoft.EntityFrameworkCore.Query.Expressions.TableExpressionBase
type LateralJoinExpression = class
    inherit TableExpressionBase
Public Class LateralJoinExpression
Inherits TableExpressionBase
繼承
LateralJoinExpression

建構函式

LateralJoinExpression(TableExpressionBase)

建立 LateralJoinExpression 的新實例。

屬性

Alias

取得別名。

(繼承來源 TableExpressionBase)
NodeType

傳回這個 Expression 的節點類型。 (繼承自 Expression。)

(繼承來源 TableExpressionBase)
QuerySource

取得查詢來源。

(繼承來源 TableExpressionBase)
TableExpression

目標資料表運算式。

Type

取得此 Expression 代表之運算式的靜態類型。 (繼承自 Expression。)

(繼承來源 TableExpressionBase)

方法

Accept(ExpressionVisitor)

分派給這個節點類型的特定造訪方法。

HandlesQuerySource(IQuerySource)

判斷這個 TableExpressionBase 是否處理指定的查詢來源。

(繼承來源 TableExpressionBase)
PreProcessQuerySource(IQuerySource)

預先處理指定的 Remotion.Linq.Clauses.IQuerySource

(繼承來源 TableExpressionBase)
ToString()

String建立 Expression 的表示。

VisitChildren(ExpressionVisitor)

減少節點,然後呼叫 Visit(Expression) 傳遞縮減運算式的方法。 如果無法精簡節點,則會擲回例外狀況。

適用於