Partager via


RuntimeTypeBase.ITypeBase.FindProperty(String) Méthode

Définition

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

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IProperty ITypeBase.FindProperty (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IProperty
override this.Microsoft.EntityFrameworkCore.Metadata.ITypeBase.FindProperty : string -> Microsoft.EntityFrameworkCore.Metadata.IProperty
Function FindProperty (name As String) As IProperty Implements ITypeBase.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 à