Sdílet prostřednictvím


BoolTypeMapping Konstruktory

Definice

Přetížení

BoolTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci BoolTypeMapping třídy.

BoolTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci BoolTypeMapping třídy.

BoolTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci BoolTypeMapping třídy.

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

Parametry

Platí pro

BoolTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci BoolTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro