Freigeben über


DateTimeOffsetTypeMapping Konstruktoren

Definition

Überlädt

DateTimeOffsetTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der DateTimeOffsetTypeMapping-Klasse.

DateTimeOffsetTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der DateTimeOffsetTypeMapping-Klasse.

DateTimeOffsetTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

Initialisiert eine neue Instanz der DateTimeOffsetTypeMapping-Klasse.

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

Parameter

Gilt für:

DateTimeOffsetTypeMapping(String, Nullable<DbType>)

Initialisiert eine neue Instanz der DateTimeOffsetTypeMapping-Klasse.

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

Parameter

storeType
String

Der Name des Datenbanktyps.

dbType
Nullable<DbType>

Der zu verwendende DbType.

Gilt für: