共用方式為


IntTypeMapping 建構函式

定義

多載

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

初始化 IntTypeMapping 類別的新執行個體。

IntTypeMapping(String, Nullable<DbType>)

初始化 IntTypeMapping 類別的新執行個體。

IntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

初始化 IntTypeMapping 類別的新執行個體。

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)

參數

適用於

IntTypeMapping(String, Nullable<DbType>)

初始化 IntTypeMapping 類別的新執行個體。

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)

參數

storeType
String

資料庫類型的名稱。

dbType
Nullable<DbType>

要使用的 DbType

適用於