TableExpressionBase 類別

定義

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

public abstract class TableExpressionBase : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
[System.Diagnostics.DebuggerDisplay("{Microsoft.EntityFrameworkCore.Query.ExpressionPrinter.Print(this), nq}")]
public abstract class TableExpressionBase : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
type TableExpressionBase = class
    inherit Expression
    interface IPrintableExpression
[<System.Diagnostics.DebuggerDisplay("{Microsoft.EntityFrameworkCore.Query.ExpressionPrinter.Print(this), nq}")>]
type TableExpressionBase = class
    inherit Expression
    interface IPrintableExpression
Public MustInherit Class TableExpressionBase
Inherits Expression
Implements IPrintableExpression
繼承
TableExpressionBase
衍生
屬性
實作

建構函式

TableExpressionBase(String)

建立 TableExpressionBase 類別的新執行個體。

TableExpressionBase(String, IEnumerable<IAnnotation>)

建立 TableExpressionBase 類別的新執行個體。

屬性

Alias

指派給這個資料表來源的別名。

NodeType

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

Type

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

方法

AddAnnotation(String, Object)

將批註加入至這個物件。 如果具有指定名稱的注釋已經存在,則會擲回 。

CreateWithAnnotations(IEnumerable<IAnnotation>)

使用指定的批註建立類似這個 的物件。

Equals(Object)

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

FindAnnotation(String)

取得具有指定名稱的注釋,如果不存在,則傳 null 回 。

GetAnnotations()

取得目前 物件上的所有批註。

GetHashCode()

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

Print(ExpressionPrinter)

使用 ExpressionPrinter 建立指定運算式的可列印字串表示。

PrintAnnotations(ExpressionPrinter)

使用 ExpressionPrinter 建立與指定運算式相關聯之批註的可列印字串表示。

VisitChildren(ExpressionVisitor)

運算式,表示 SQL 樹狀結構中的資料表來源。

此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。

明確介面實作

IPrintableExpression.Print(ExpressionPrinter)

使用 ExpressionPrinter 建立指定運算式的可列印字串表示。

擴充方法

UnwrapJoin(TableExpressionBase)

如果指定的 tableJoinExpressionBase ,則會傳回它所聯結的資料表。 否則傳回 table

適用於