Partager via


RuntimeEntityType.IEntityType.FindProperties Méthode

Définition

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

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty> IEntityType.FindProperties (System.Collections.Generic.IReadOnlyList<string> propertyNames);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.FindProperties : System.Collections.Generic.IReadOnlyList<string> -> System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Metadata.IProperty>
Function FindProperties (propertyNames As IReadOnlyList(Of String)) As IReadOnlyList(Of IProperty) Implements IEntityType.FindProperties

Paramètres

propertyNames
IReadOnlyList<String>

Nom des propriétés.

Retours

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

Implémente

Attributs

S’applique à