共用方式為


EntityKeyMember 類別

定義

屬於 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()

傳回實體索引鍵的字串表示。

適用於