共用方式為


FromSqlExpression 類別

定義

表示 FromSql 運算式。

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

建構函式

FromSqlExpression(String, Expression, String, IQuerySource)

建立 FromSqlExpression 的新實例。

屬性

Alias

取得別名。

(繼承來源 TableExpressionBase)
Arguments

取得引數。

NodeType

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

(繼承來源 TableExpressionBase)
QuerySource

取得查詢來源。

(繼承來源 TableExpressionBase)
Sql

取得 SQL。

Type

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

(繼承來源 TableExpressionBase)

方法

Accept(ExpressionVisitor)

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

Equals(Object)

測試此物件是否視為等於另一個物件。

GetHashCode()

傳回這個 物件的雜湊碼。

HandlesQuerySource(IQuerySource)

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

(繼承來源 TableExpressionBase)
PreProcessQuerySource(IQuerySource)

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

(繼承來源 TableExpressionBase)
ToString()

String建立 Expression 的表示。

VisitChildren(ExpressionVisitor)

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

(繼承來源 TableExpressionBase)

適用於