Sdílet prostřednictvím


ByteArrayTypeMapping Konstruktory

Definice

Přetížení

ByteArrayTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ByteArrayTypeMapping třídy .

ByteArrayTypeMapping(String, Nullable<DbType>, Nullable<Int32>)

Inicializuje novou instanci ByteArrayTypeMapping třídy .

ByteArrayTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci ByteArrayTypeMapping třídy .

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

Parametry

Platí pro

ByteArrayTypeMapping(String, Nullable<DbType>, Nullable<Int32>)

Inicializuje novou instanci ByteArrayTypeMapping třídy .

public ByteArrayTypeMapping (string storeType, System.Data.DbType? dbType = default, int? size = default);
public ByteArrayTypeMapping (string storeType, System.Data.DbType? dbType = 1, int? size = default);
new Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping : string * Nullable<System.Data.DbType> * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.ByteArrayTypeMapping
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = Nothing, Optional size As Nullable(Of Integer) = Nothing)
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = 1, Optional size As Nullable(Of Integer) = Nothing)

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

size
Nullable<Int32>

Velikost dat, která je vlastnost nakonfigurovaná pro ukládání, nebo null, pokud není nakonfigurovaná žádná velikost.

Platí pro