Sdílet prostřednictvím


IntTypeMapping Konstruktory

Definice

Přetížení

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci IntTypeMapping třídy .

IntTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci IntTypeMapping třídy .

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci IntTypeMapping třídy .

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)

Parametry

Platí pro

IntTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci IntTypeMapping třídy .

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)

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro