IntTypeMapping Konstruktoren

Definition

Überlädt

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der IntTypeMapping-Klasse.

IntTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der IntTypeMapping-Klasse.

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der IntTypeMapping-Klasse.

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

Parameter

Gilt für:

IntTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der IntTypeMapping-Klasse.

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

Parameter

storeType
String

Der Name des Datenbanktyps.

dbType
Nullable<DbType>

Der zu verwendende DbType.

Gilt für: