1 override of IsNew
System.Data.Linq (1)
ChangeTracker.cs (1)
281
internal override bool
IsNew
{
19 references to IsNew
System.Data.Linq (19)
ChangeDirector.cs (2)
219
rollbackItem.
IsNew
? UpdateType.Insert : UpdateType.Update,
285
System.Diagnostics.Debug.Assert(item.
IsNew
|| item.IsPossiblyModified, "AutoSyncMembers should only be called for new and modified objects.");
ChangeProcessor.cs (14)
73
if (item.
IsNew
) {
122
Debug.Assert(syncDependentItem.
IsNew
|| syncDependentItem.IsPossiblyModified, "SynchDependent data should only be rolled back for new and modified objects.");
245
if (item.
IsNew
) {
291
if (item.
IsNew
) {
319
if (item.
IsNew
) {
380
if (item.
IsNew
) {
409
if (tracked.
IsNew
) {
486
if (tracked.
IsNew
) {
544
bool isNew = item.
IsNew
;
551
bool pointsToNew = (otherItem != null && otherItem.
IsNew
);
603
int xAction = x.
IsNew
? 0 : x.IsDeleted ? 2 : 1;
604
int yAction = y.
IsNew
? 0 : y.IsDeleted ? 2 : 1;
612
if (x.
IsNew
) {
675
if (other.
IsNew
) {
DataContext.cs (3)
616
if (trackedObject.
IsNew
) {
1236
} else if (!tracked.
IsNew
) {
1316
if (tracked.
IsNew
) {