Sdílet prostřednictvím


UShortTypeMapping Konstruktory

Definice

Přetížení

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci UShortTypeMapping třídy .

UShortTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci UShortTypeMapping třídy .

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci UShortTypeMapping třídy .

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)

Parametry

Platí pro

UShortTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci UShortTypeMapping třídy .

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)

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro