SqlExpression(Type, RelationalTypeMapping) Konstruktor

Definition

Erstellt eine neue Instanz der SqlExpression-Klasse.

protected SqlExpression (Type type, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping typeMapping);
protected SqlExpression (Type type, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping);
new Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression : Type * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Query.SqlExpressions.SqlExpression
Protected Sub New (type As Type, typeMapping As RelationalTypeMapping)

Parameter

type
Type

Der Type des Ausdrucks.

typeMapping
RelationalTypeMapping

Die RelationalTypeMapping dem Ausdruck zugeordnete.

Gilt für: