Partager via


ShortTypeMapping Constructeurs

Définition

Surcharges

ShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe ShortTypeMapping.

ShortTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe ShortTypeMapping.

ShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe ShortTypeMapping.

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

Paramètres

S’applique à

ShortTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe ShortTypeMapping.

public ShortTypeMapping (string storeType, System.Data.DbType? dbType = default);
public ShortTypeMapping (string storeType, System.Data.DbType? dbType = 10);
new Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping : string * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.ShortTypeMapping
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = Nothing)
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = 10)

Paramètres

storeType
String

Nom du type de base de données.

dbType
Nullable<DbType>

DbType à utiliser.

S’applique à