DateTimeOffsetTypeMapping Oluşturucular

Tanım

Aşırı Yüklemeler

DateTimeOffsetTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

DateTimeOffsetTypeMapping sınıfının yeni bir örneğini başlatır.

DateTimeOffsetTypeMapping(String, Nullable<DbType>)

DateTimeOffsetTypeMapping sınıfının yeni bir örneğini başlatır.

DateTimeOffsetTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

DateTimeOffsetTypeMapping sınıfının yeni bir örneğini başlatır.

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)

Parametreler

Şunlara uygulanır

DateTimeOffsetTypeMapping(String, Nullable<DbType>)

DateTimeOffsetTypeMapping sınıfının yeni bir örneğini başlatır.

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)

Parametreler

storeType
String

Veritabanı türünün adı.

dbType
Nullable<DbType>

DbTypeKullanılacak.

Şunlara uygulanır