Sdílet prostřednictvím


SqlExpression(Type, RelationalTypeMapping) Konstruktor

Definice

Vytvoří novou instanci třídy SqlExpression.

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)

Parametry

type
Type

Výraz Type .

typeMapping
RelationalTypeMapping

Přidružená RelationalTypeMapping k výrazu.

Platí pro