次の方法で共有


RelationalTypeMapping.RelationalTypeMappingParameters 構造体

定義

階層内で RelationalTypeMapping 使用する Parameter オブジェクト。

protected readonly struct RelationalTypeMapping.RelationalTypeMappingParameters
[System.Runtime.CompilerServices.IsReadOnly]
protected readonly struct RelationalTypeMapping.RelationalTypeMappingParameters
Protected Structure RelationalTypeMapping.RelationalTypeMappingParameters
継承
RelationalTypeMapping.RelationalTypeMappingParameters
属性

コンストラクター

RelationalTypeMapping.RelationalTypeMappingParameters(CoreTypeMapping+CoreTypeMappingParameters, String, StoreTypePostfix, Nullable<DbType>, Boolean, Nullable<Int32>, Boolean, Nullable<Int32>, Nullable<Int32>)

RelationalTypeMapping.RelationalTypeMappingParameters しいパラメーター オブジェクトを作成します。

プロパティ

CoreParameters

基底クラスの CoreTypeMapping パラメーター。

DbType

マッピング DbType。

FixedLength

マッピングの固定長フラグ。

Precision

マッピングの有効桁数。

PrecisionAndScaleOverriden
古い.

これは 2.1 プロバイダーとの互換性のために提供されており、使用しないでください

Scale

マッピング スケール。

Size

マッピング サイズ。

StoreType

マッピング ストアの種類。

StoreTypePostfix

ストアの種類名に追加する値を示します。

Unicode

マッピング Unicode フラグ。

メソッド

WithComposedConverter(ValueConverter)

既存のコンバーターで構成された指定されたコンバーターを使用して新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成し、新しいパラメーター オブジェクトに設定します。

WithComposedConverter(ValueConverter, ValueComparer, ValueComparer, CoreTypeMapping, JsonValueReaderWriter)

既存のコンバーターで構成された指定されたコンバーターを使用して新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成し、新しいパラメーター オブジェクトに設定します。

WithCoreParameters(CoreTypeMapping+CoreTypeMappingParameters)

指定されたコア パラメーターを持つ新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

WithPrecision(Nullable<Int32>)

指定した精度の新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

WithPrecisionAndScale(Nullable<Int32>, Nullable<Int32>)

指定された精度と小数点以下桁数を持つ新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します

WithScale(Nullable<Int32>)

指定したスケールを持つ新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

WithStoreTypeAndSize(String, Nullable<Int32>, Nullable<StoreTypePostfix>)

指定されたストアの種類とサイズを持つ新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

WithTypeMappingInfo(RelationalTypeMappingInfo)

指定されたマッピング情報を使用して、新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

WithTypeMappingInfo(RelationalTypeMappingInfo, Nullable<StoreTypePostfix>)

指定されたマッピング情報を使用して、新しい RelationalTypeMapping.RelationalTypeMappingParameters パラメーター オブジェクトを作成します。

適用対象