Partager via


RuntimeEntityType.IEntityType.FindProperty(String) Méthode

Définition

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

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