次の方法で共有


UIntTypeMapping コンストラクター

定義

オーバーロード

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

UIntTypeMapping クラスの新しいインスタンスを初期化します。

UIntTypeMapping(String, Nullable<DbType>)

UIntTypeMapping クラスの新しいインスタンスを初期化します。

UIntTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

UIntTypeMapping クラスの新しいインスタンスを初期化します。

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

パラメーター

適用対象

UIntTypeMapping(String, Nullable<DbType>)

UIntTypeMapping クラスの新しいインスタンスを初期化します。

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

パラメーター

storeType
String

データベースの種類の名前。

dbType
Nullable<DbType>

使用する DbType

適用対象