DbPropertyEntry<TEntity, TProperty>.CurrentValue プロパティ
[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]
このプロパティの現在の値を取得または設定します。
名前空間: System.Data.Entity.Infrastructure
アセンブリ: EntityFramework (EntityFramework.dll 内)
構文
'宣言
Public Overrides Property CurrentValue As TProperty
Get
Set
'使用
Dim instance As DbPropertyEntry
Dim value As TProperty
value = instance.CurrentValue
instance.CurrentValue = value
public override TProperty CurrentValue { get; set; }
public:
virtual property TProperty CurrentValue {
TProperty get () override;
void set (TProperty value) override;
}
abstract CurrentValue : 'TProperty with get, set
override CurrentValue : 'TProperty with get, set
override function get CurrentValue () : TProperty
override function set CurrentValue (value : TProperty)
プロパティ値
型 : TProperty
現在の値。