次の方法で共有


IModel.FindTypeMappingConfiguration(Type) メソッド

定義

特定のスカラー Typeの規則前の構成を検索します。

public Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration? FindTypeMappingConfiguration (Type scalarType);
abstract member FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
Public Function FindTypeMappingConfiguration (scalarType As Type) As ITypeMappingConfiguration

パラメーター

scalarType
Type

CLR 型。

戻り値

規則前の構成。 null 何も見つからない場合は 。

注釈

詳細と例については、「 エンティティ型とリレーションシップのモデル 化」を参照してください。

適用対象