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

Définition

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

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

Paramètres

propertyNames
IReadOnlyList<String>

Nom des propriétés.

Retours

Les propriétés, ou null si une propriété est introuvable.

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 à