次の方法で共有


RelationalTypeMapping コンストラクター

定義

オーバーロード

RelationalTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

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

RelationalTypeMapping(String, Type)

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

RelationalTypeMapping(String, Type, Nullable<DbType>)

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

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>)

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

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Boolean)

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

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Nullable<Int32>, Nullable<Int32>)

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

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Nullable<Int32>, Nullable<Int32>, JsonValueReaderWriter)

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

RelationalTypeMapping(RelationalTypeMapping+RelationalTypeMappingParameters)

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

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

パラメーター

parameters
RelationalTypeMapping.RelationalTypeMappingParameters

このマッピングのパラメーター。

適用対象

RelationalTypeMapping(String, Type)

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

public RelationalTypeMapping (string storeType, Type clrType);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Sub New (storeType As String, clrType As Type)

パラメーター

storeType
String

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

clrType
Type

.NET 型。

適用対象

RelationalTypeMapping(String, Type, Nullable<DbType>)

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

public RelationalTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type * Nullable<System.Data.DbType> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Sub New (storeType As String, clrType As Type, dbType As Nullable(Of DbType))

パラメーター

storeType
String

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

clrType
Type

.NET 型。

dbType
Nullable<DbType>

使用する DbType

適用対象

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>)

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

protected RelationalTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType = default, bool unicode = false, int? size = default);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type * Nullable<System.Data.DbType> * bool * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Sub New (storeType As String, clrType As Type, Optional dbType As Nullable(Of DbType) = Nothing, Optional unicode As Boolean = false, Optional size As Nullable(Of Integer) = Nothing)

パラメーター

storeType
String

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

clrType
Type

.NET 型。

dbType
Nullable<DbType>

使用する DbType

unicode
Boolean

型が Unicode データを処理する必要があるかどうかを示す値。

size
Nullable<Int32>

プロパティが格納するように構成されているデータのサイズ。サイズが構成されていない場合は null。

適用対象

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Boolean)

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

public RelationalTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType, bool unicode, int? size, bool hasNonDefaultUnicode = false, bool hasNonDefaultSize = false);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type * Nullable<System.Data.DbType> * bool * Nullable<int> * bool * bool -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Public Sub New (storeType As String, clrType As Type, dbType As Nullable(Of DbType), unicode As Boolean, size As Nullable(Of Integer), Optional hasNonDefaultUnicode As Boolean = false, Optional hasNonDefaultSize As Boolean = false)

パラメーター

storeType
String

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

clrType
Type

.NET 型。

dbType
Nullable<DbType>

使用する DbType

unicode
Boolean

型が Unicode データを処理する必要があるかどうかを示す値。

size
Nullable<Int32>

プロパティが格納するように構成されているデータのサイズ。サイズが構成されていない場合は null。

hasNonDefaultUnicode
Boolean

Unicode 設定が既定以外の値に手動で構成されているかどうかを示す値。

hasNonDefaultSize
Boolean

サイズ設定が既定値以外に手動で構成されているかどうかを示す値。

適用対象

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Nullable<Int32>, Nullable<Int32>)

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

protected RelationalTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType = default, bool unicode = false, int? size = default, bool fixedLength = false, int? precision = default, int? scale = default);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type * Nullable<System.Data.DbType> * bool * Nullable<int> * bool * Nullable<int> * Nullable<int> -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Sub New (storeType As String, clrType As Type, Optional dbType As Nullable(Of DbType) = Nothing, Optional unicode As Boolean = false, Optional size As Nullable(Of Integer) = Nothing, Optional fixedLength As Boolean = false, Optional precision As Nullable(Of Integer) = Nothing, Optional scale As Nullable(Of Integer) = Nothing)

パラメーター

storeType
String

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

clrType
Type

.NET 型。

dbType
Nullable<DbType>

使用する DbType

unicode
Boolean

型が Unicode データを処理する必要があるかどうかを示す値。

size
Nullable<Int32>

プロパティが格納するように構成されているデータのサイズ。サイズが構成されていない場合は null。

fixedLength
Boolean

型に固定長データがあるかどうかを示す値。

precision
Nullable<Int32>

プロパティが格納するように構成されているデータの有効桁数。有効桁数が構成されていない場合は null。

scale
Nullable<Int32>

プロパティが格納するように構成されているデータのスケール。スケールが構成されていない場合は null。

適用対象

RelationalTypeMapping(String, Type, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Nullable<Int32>, Nullable<Int32>, JsonValueReaderWriter)

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

protected RelationalTypeMapping (string storeType, Type clrType, System.Data.DbType? dbType = default, bool unicode = false, int? size = default, bool fixedLength = false, int? precision = default, int? scale = default, Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter? jsonValueReaderWriter = default);
new Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping : string * Type * Nullable<System.Data.DbType> * bool * Nullable<int> * bool * Nullable<int> * Nullable<int> * Microsoft.EntityFrameworkCore.Storage.Json.JsonValueReaderWriter -> Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping
Protected Sub New (storeType As String, clrType As Type, Optional dbType As Nullable(Of DbType) = Nothing, Optional unicode As Boolean = false, Optional size As Nullable(Of Integer) = Nothing, Optional fixedLength As Boolean = false, Optional precision As Nullable(Of Integer) = Nothing, Optional scale As Nullable(Of Integer) = Nothing, Optional jsonValueReaderWriter As JsonValueReaderWriter = Nothing)

パラメーター

storeType
String

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

clrType
Type

.NET 型。

dbType
Nullable<DbType>

使用する DbType

unicode
Boolean

型が Unicode データを処理する必要があるかどうかを示す値。

size
Nullable<Int32>

プロパティが格納するように構成されているデータのサイズ。サイズが構成されていない場合は null。

fixedLength
Boolean

型に固定長データがあるかどうかを示す値。

precision
Nullable<Int32>

プロパティが格納するように構成されているデータの有効桁数。有効桁数が構成されていない場合は null。

scale
Nullable<Int32>

プロパティが格納するように構成されているデータのスケール。スケールが構成されていない場合は null。

jsonValueReaderWriter
JsonValueReaderWriter

マップされた型のインスタンスの JSON 値の読み取りと書き込みを処理します。

適用対象