Base:
property
IsRemoved
System.Data.Linq.TrackedObject.IsRemoved
2 references to IsRemoved
System.Data.Linq (2)
ChangeTracker.cs (2)
336System.Diagnostics.Debug.Assert(this.IsNew || this.IsRemoved || this.IsUnmodified); 378System.Diagnostics.Debug.Assert(this.IsRemoved || this.IsNew);