共用方式為


EntityReference.EntityKey 屬性

定義

傳回相關物件的索引鍵。

public:
 property System::Data::EntityKey ^ EntityKey { System::Data::EntityKey ^ get(); void set(System::Data::EntityKey ^ value); };
[System.Runtime.Serialization.DataMember]
public System.Data.EntityKey EntityKey { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.EntityKey : System.Data.EntityKey with get, set
Public Property EntityKey As EntityKey

屬性值

EntityKey,它是相關物件的索引鍵。

屬性

備註

將相關物件的實體索引鍵設定成可在 EntityReference 物件上使用,會更方便傳回相關物件的資訊,而不用將它從資料來源載入。

EntityKey在對象上EntityReference公開相關物件的 ,也可讓 Object Service 動態建立兩個附加對象之間的關聯,並刪除物件,而不需要載入相關結束。 如需詳細資訊,請參閱 建立、新增、修改和刪除物件

適用於