Sdílet prostřednictvím


TimeSpanTypeMapping Konstruktory

Definice

Přetížení

TimeSpanTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci TimeSpanTypeMapping třídy.

TimeSpanTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci TimeSpanTypeMapping třídy.

TimeSpanTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Inicializuje novou instanci TimeSpanTypeMapping třídy.

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

Parametry

Platí pro

TimeSpanTypeMapping(String, Nullable<DbType>)

Inicializuje novou instanci TimeSpanTypeMapping třídy.

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

Parametry

storeType
String

Název typu databáze.

dbType
Nullable<DbType>

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

Platí pro