Partager via


RuntimeTypeBase.IReadOnlyTypeBase.FindProperty(String) Méthode

Définition

Obtient la propriété portant le nom donné. Retourne null si aucune propriété portant le nom donné n’est définie.

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty IReadOnlyTypeBase.FindProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
override this.Microsoft.EntityFrameworkCore.Metadata.IReadOnlyTypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty
Function FindProperty (name As String) As IReadOnlyProperty Implements IReadOnlyTypeBase.FindProperty

Paramètres

name
String

Nom de la propriété.

Retours

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

Implémente

Attributs

S’applique à