Delta.TryGetPropertyValue(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’obtenir la valeur de la propriété appelée name
à partir de l’entité sous-jacente.
Seules les propriétés existant sur Entity peuvent être récupérées.
Peuvent être récupérées à la fois les propriétés modifiées et non modifiées.
public abstract bool TryGetPropertyValue (string name, out object value);
abstract member TryGetPropertyValue : string * obj -> bool
Public MustOverride Function TryGetPropertyValue (name As String, ByRef value As Object) As Boolean
Paramètres
- name
- String
Nom de la propriété
- value
- Object
Valeur de la propriété
Retours
True si la propriété a été trouvée.