Partager via


UShortTypeMapping Constructeurs

Définition

Surcharges

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe UShortTypeMapping.

UShortTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe UShortTypeMapping.

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialise une nouvelle instance de la classe UShortTypeMapping.

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

Paramètres

S’applique à

UShortTypeMapping(String, Nullable<DbType>)

Initialise une nouvelle instance de la classe UShortTypeMapping.

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

Paramètres

storeType
String

Nom du type de base de données.

dbType
Nullable<DbType>

DbType à utiliser.

S’applique à