Proprietà EntityKey.IsTemporary
[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 un valore che indica se questa chiave è temporanea.
Spazio dei nomi: System.Data.Entity.Core
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property IsTemporary As Boolean
Get
'Utilizzo
Dim instance As EntityKey
Dim value As Boolean
value = instance.IsTemporary
public bool IsTemporary { get; }
public:
property bool IsTemporary {
bool get ();
}
member IsTemporary : bool
function get IsTemporary () : boolean
Valore proprietà
Tipo: System.Boolean
true se la chiave è una chiave temporanea; in caso contrario, false.