TableExpressionBase Sınıf

Tanım

SQL ağacındaki tablo kaynağını temsil eden bir ifade.

Bu tür genellikle veritabanı sağlayıcıları (ve diğer uzantılar) tarafından kullanılır. Genellikle uygulama kodunda kullanılmaz.

public abstract class TableExpressionBase : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
type TableExpressionBase = class
    inherit Expression
    interface IPrintableExpression
Public MustInherit Class TableExpressionBase
Inherits Expression
Implements IPrintableExpression
Devralma
TableExpressionBase
Türetilmiş
Uygulamalar

Oluşturucular

TableExpressionBase(String)

TableExpressionBase sınıfının yeni bir örneğini oluşturur.

Özellikler

Alias

Bu tablo kaynağına atanan diğer ad.

NodeType

Gets the node type of this Expression.

Type

Gets the static type of the expression that this Expression represents.

Yöntemler

Equals(Object)
GetHashCode() System.Linq.Expressions.Expression.GetHashCode
Print(ExpressionPrinter)

Kullanılarak verilen ifadenin yazdırılabilir bir dize temsilini oluşturur ExpressionPrinter .

VisitChildren(ExpressionVisitor)

Belirtik Arabirim Kullanımları

IPrintableExpression.Print(ExpressionPrinter)

Kullanılarak verilen ifadenin yazdırılabilir bir dize temsilini oluşturur ExpressionPrinter .

Şunlara uygulanır