Proprietà HistoryRow.ContextKey
[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]
Ottiene o imposta una chiave che rappresenta a quale contesto si applica la riga.
Spazio dei nomi: System.Data.Entity.Migrations.History
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Property ContextKey As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String