Sdílet prostřednictvím


UIntTypeMapping Konstruktory

Definice

Přetížení

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci UIntTypeMapping třídy .

UIntTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci UIntTypeMapping třídy .

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci UIntTypeMapping třídy .

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

Parametry

Platí pro

UIntTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci UIntTypeMapping třídy .

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro