UShortTypeMapping Konstruktoren

Definition

Überlädt

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der UShortTypeMapping-Klasse.

UShortTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der UShortTypeMapping-Klasse.

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der UShortTypeMapping-Klasse.

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)

Parameter

Gilt für:

UShortTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der UShortTypeMapping-Klasse.

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)

Parameter

storeType
String

Der Name des Datenbanktyps.

dbType
Nullable<DbType>

Der zu verwendende DbType.

Gilt für: