Sdílet prostřednictvím


JsonTypeMapping Konstruktory

Definice

Přetížení

JsonTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci JsonTypeMapping třídy.

JsonTypeMapping(String, Type, Nullable<DbType>)

Inicializuje novou instanci JsonTypeMapping třídy.

JsonTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci JsonTypeMapping třídy.

protected JsonTypeMapping (Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters parameters);
new Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping : Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping.RelationalTypeMappingParameters -> Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping
Protected Sub New (parameters As RelationalTypeMapping.RelationalTypeMappingParameters)

Parametry

Platí pro

JsonTypeMapping(String, Type, Nullable<DbType>)

Inicializuje novou instanci JsonTypeMapping třídy.

protected JsonTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType);
new Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping : string * Type * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.JsonTypeMapping
Protected Sub New (storeType As String, clrType As Type, dbType As Nullable(Of DbType))

Parametry

storeType
String

Název typu databáze.

clrType
Type

Typ .NET.

dbType
Nullable<DbType>

Hodnota DbType , která se má použít.

Platí pro