Freigeben über


UIntTypeMapping Konstruktoren

Definition

Überlädt

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der UIntTypeMapping-Klasse.

UIntTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der UIntTypeMapping-Klasse.

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der UIntTypeMapping-Klasse.

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)

Parameter

Gilt für:

UIntTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der UIntTypeMapping-Klasse.

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)

Parameter

storeType
String

Der Name des Datenbanktyps.

dbType
Nullable<DbType>

Der zu verwendende DbType.

Gilt für: