Sdílet prostřednictvím


ByteTypeMapping Konstruktory

Definice

Přetížení

ByteTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ByteTypeMapping třídy .

ByteTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci ByteTypeMapping třídy .

ByteTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ByteTypeMapping třídy .

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

Parametry

Platí pro

ByteTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci ByteTypeMapping třídy .

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro