Sdílet prostřednictvím


LongTypeMapping Konstruktory

Definice

Přetížení

LongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci LongTypeMapping třídy.

LongTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci LongTypeMapping třídy.

LongTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci LongTypeMapping třídy.

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

Parametry

Platí pro

LongTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci LongTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro