Udostępnij za pośrednictwem


IntTypeMapping Konstruktory

Definicja

Przeciążenia

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicjuje nowe wystąpienie klasy IntTypeMapping.

IntTypeMapping(String, Nullable<DbType>)

Inicjuje nowe wystąpienie klasy IntTypeMapping.

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicjuje nowe wystąpienie klasy IntTypeMapping.

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

Dotyczy

IntTypeMapping(String, Nullable<DbType>)

Inicjuje nowe wystąpienie klasy IntTypeMapping.

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

Nazwa typu bazy danych.

dbType
Nullable<DbType>

Element DbType do użycia.

Dotyczy