Sdílet prostřednictvím


CharTypeMapping Konstruktory

Definice

Přetížení

CharTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci CharTypeMapping třídy.

CharTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci CharTypeMapping třídy.

CharTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci CharTypeMapping třídy.

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

Parametry

Platí pro

CharTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci CharTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro