Sdílet prostřednictvím


TimeOnlyTypeMapping Konstruktory

Definice

Přetížení

TimeOnlyTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci TimeOnlyTypeMapping třídy.

TimeOnlyTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci TimeOnlyTypeMapping třídy.

TimeOnlyTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci TimeOnlyTypeMapping třídy.

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

Parametry

Platí pro

TimeOnlyTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci TimeOnlyTypeMapping třídy.

public TimeOnlyTypeMapping (string storeType, System.Data.DbType? dbType = 17);
new Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping : string * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.TimeOnlyTypeMapping
Public Sub New (storeType As String, Optional dbType As Nullable(Of DbType) = 17)

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro