EntityKeyMember 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬於 EntityKey 之索引鍵的相關資訊。 索引鍵成員包含索引鍵名稱和值。
[System.Runtime.Serialization.DataContract]
[System.Serializable]
public class EntityKeyMember
type EntityKeyMember = class
Public Class EntityKeyMember
- 繼承
-
EntityKeyMember
- 屬性
建構函式
EntityKeyMember() |
初始化 EntityKeyMember 類別的新執行個體。 |
EntityKeyMember(String, Object) |
使用指定的實體索引鍵組,初始化 EntityKeyMember 類別的新執行個體。 |
屬性
Key |
取得或設定實體金鑰的名稱。 |
Value |
取得或設定實體金鑰的值。 |
方法
ToString() |
傳回實體索引鍵的字串表示。 |