Udostępnij za pośrednictwem


UShortTypeMapping Konstruktory

Definicja

Przeciążenia

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicjuje nowe wystąpienie klasy UShortTypeMapping.

UShortTypeMapping(String, Nullable<DbType>)

Inicjuje nowe wystąpienie klasy UShortTypeMapping.

UShortTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicjuje nowe wystąpienie klasy UShortTypeMapping.

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)

Parametry

Dotyczy

UShortTypeMapping(String, Nullable<DbType>)

Inicjuje nowe wystąpienie klasy UShortTypeMapping.

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)

Parametry

storeType
String

Nazwa typu bazy danych.

dbType
Nullable<DbType>

Element DbType do użycia.

Dotyczy