IntTypeMapping Oluşturucular

Tanım

Aşırı Yüklemeler

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

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

IntTypeMapping(String, Nullable<DbType>)

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

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

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

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

Parametreler

Şunlara uygulanır

IntTypeMapping(String, Nullable<DbType>)

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

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

Parametreler

storeType
String

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

dbType
Nullable<DbType>

DbTypeKullanılacak.

Şunlara uygulanır