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