HistoryRow.ContextKey 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得或設定索引鍵,表示資料列是套用到哪個內容。
命名空間: System.Data.Entity.Migrations.History
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public Property ContextKey As String
Get
Set
'用途
Dim instance As HistoryRow
Dim value As String
value = instance.ContextKey
instance.ContextKey = value
public string ContextKey { get; set; }
public:
property String^ ContextKey {
String^ get ();
void set (String^ value);
}
member ContextKey : string with get, set
function get ContextKey () : String
function set ContextKey (value : String)