IModel.FindTypeMappingConfiguration(Type) Méthode

Définition

Recherche la configuration de pré-convention pour un scalaire Typedonné .

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

Paramètres

scalarType
Type

Type CLR.

Retours

Configuration de pré-convention ou null si aucun n’est trouvé.

Remarques

Pour plus d’informations et d’exemples, consultez Modélisation des types d’entités et des relations .

S’applique à