Base:
property
IsNew
System.Data.Linq.TrackedObject.IsNew
8 references to IsNew
System.Data.Linq (8)
ChangeTracker.cs (8)
336System.Diagnostics.Debug.Assert(this.IsNew || this.IsRemoved || this.IsUnmodified); 356System.Diagnostics.Debug.Assert(this.IsNew || this.IsPossiblyModified); 378System.Diagnostics.Debug.Assert(this.IsRemoved || this.IsNew); 384System.Diagnostics.Debug.Assert(this.IsNew || this.IsPossiblyModified); 405else if (this.IsNew) { 679if (this.IsNew) { 791if (this.IsNew) { 802if (this.IsNew && keyMember.IsDbGenerated) {