EntityKey.IsTemporary Property

Definition

Gets a value that indicates whether the EntityKey is temporary.

public bool IsTemporary { get; }
member this.IsTemporary : bool
Public ReadOnly Property IsTemporary As Boolean

Property Value

true if the EntityKey is temporary; otherwise, false.

Applies to