Base:
property
IsDeleted
System.Data.Linq.TrackedObject.IsDeleted
4 references to IsDeleted
System.Data.Linq (4)
ChangeTracker.cs (4)
342
System.Diagnostics.Debug.Assert(this.IsPossiblyModified || this.
IsDeleted
);
366
System.Diagnostics.Debug.Assert(this.
IsDeleted
|| this.IsPossiblyModified);
372
System.Diagnostics.Debug.Assert(this.IsDead || this.
IsDeleted
);
402
if (this.
IsDeleted
) {