Sdílet prostřednictvím


ULongTypeMapping Konstruktory

Definice

Přetížení

ULongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ULongTypeMapping třídy.

ULongTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci ULongTypeMapping třídy.

ULongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ULongTypeMapping třídy.

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

Parametry

Platí pro

ULongTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci ULongTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro