Partager via


IMutableTypeBase.FindProperties(IReadOnlyList<String>) Méthode

Définition

Recherche les propriétés correspondantes sur ce type. Retourne null si une propriété est introuvable.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>? FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
abstract member FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
override this.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IMutableProperty>
Public Overridable Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IMutableProperty)

Paramètres

propertyNames
IReadOnlyList<String>

Nom des propriétés.

Retours

Propriétés, ou null si aucune propriété n’est trouvée.

Remarques

Cette API recherche uniquement les propriétés scalaires et ne trouve pas de propriétés de navigation, complexes ou de service.

S’applique à