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