SqlExpression Sınıf

Tanım

Bir skaler değeri veya SQL bir SQL 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 SqlExpression : System.Linq.Expressions.Expression, Microsoft.EntityFrameworkCore.Query.IPrintableExpression
type SqlExpression = class
    inherit Expression
    interface IPrintableExpression
Public MustInherit Class SqlExpression
Inherits Expression
Implements IPrintableExpression
Devralma
SqlExpression
Türetilmiş
Uygulamalar

Oluşturucular

SqlExpression(Type, RelationalTypeMapping)

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

Özellikler

NodeType

Gets the node type of this Expression.

Type

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

TypeMapping

Bu RelationalTypeMapping ifadeyle ilişkili.

Yöntemler

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

kullanarak verilen ifadenin yazdırılabilir bir dize gösterimini ExpressionPrinter oluşturur.

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