共用方式為


RuntimeModel.IModel.FindTypeMappingConfiguration(Type) 方法

定義

尋找指定純量 Type 的預先慣例組態。

Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration? IModel.FindTypeMappingConfiguration (Type propertyType);
Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration IModel.FindTypeMappingConfiguration (Type propertyType);
abstract member Microsoft.EntityFrameworkCore.Metadata.IModel.FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
override this.Microsoft.EntityFrameworkCore.Metadata.IModel.FindTypeMappingConfiguration : Type -> Microsoft.EntityFrameworkCore.Metadata.ITypeMappingConfiguration
Function FindTypeMappingConfiguration (propertyType As Type) As ITypeMappingConfiguration Implements IModel.FindTypeMappingConfiguration

參數

propertyType
Type

傳回

預先慣例組態,如果找不到,則 null 為 。

實作

適用於