Partager via


DbMemberEntry<TEntity, TProperty>.CurrentValue, propriété

[Cette page concerne Entity Framework version 6. La dernière version est disponible sous le nom de package 'Entity Framework' NuGet. Pour plus d'informations sur Entity Framework, consultez msdn.com/data/ef.]

Obtient ou définit la valeur actuelle de cette propriété.

Espace de noms :  System.Data.Entity.Infrastructure
Assembly :  EntityFramework (dans EntityFramework.dll)

Syntaxe

'Déclaration
Public MustOverride Property CurrentValue As TProperty
    Get 
    Set
'Utilisation
Dim instance As DbMemberEntry 
Dim value As TProperty

value = instance.CurrentValue

instance.CurrentValue = value
public abstract TProperty CurrentValue { get; set; }
public:
virtual property TProperty CurrentValue {
    TProperty get () abstract;
    void set (TProperty value) abstract;
}
abstract CurrentValue : 'TProperty with get, set
abstract function get CurrentValue () : TProperty
abstract function set CurrentValue (value : TProperty)

Valeur de propriété

Type : TProperty
Valeur en cours.

Voir aussi

Référence

DbMemberEntry<TEntity, TProperty> Classe

Espace de noms System.Data.Entity.Infrastructure