Sdílet prostřednictvím


GuidTypeMapping Konstruktory

Definice

Přetížení

GuidTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci GuidTypeMapping třídy.

GuidTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci GuidTypeMapping třídy.

GuidTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci GuidTypeMapping třídy.

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

Parametry

Platí pro

GuidTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci GuidTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro