Partager via


IntTypeMapping Constructeurs

Définition

Surcharges

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe IntTypeMapping.

IntTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe IntTypeMapping.

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe IntTypeMapping.

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

Paramètres

S’applique à

IntTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe IntTypeMapping.

public IntTypeMapping (string storeType, System.Data.DbType? dbType = default);
public IntTypeMapping (string storeType, System.Data.DbType? dbType = 11);
new Microsoft.EntityFrameworkCore.Storage.IntTypeMapping : string * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.IntTypeMapping
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) = 11)

Paramètres

storeType
String

Nom du type de base de données.

dbType
Nullable<DbType>

DbType à utiliser.

S’applique à