Freigeben über


HistoryRow.ContextKey-Eigenschaft

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Ruft einen Schlüssel ab, der darstellt, für welchen Kontext die Zeile gilt, oder legt ihn fest.

Namespace:  System.Data.Entity.Migrations.History
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Property ContextKey As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String

Siehe auch

Verweis

HistoryRow Klasse

System.Data.Entity.Migrations.History-Namespace