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