Share via


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

Définition

Recherche les propriétés correspondantes sur le type d’entité donné. Retourne null si une propriété est introuvable.

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

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 les propriétés de navigation.

S’applique à