1 override of IsDeleted
System.Data.Linq (1)
ChangeTracker.cs (1)
285
internal override bool
IsDeleted
{
14 references to IsDeleted
System.Data.Linq (14)
ChangeConflicts.cs (1)
283
if (!trackedObject.
IsDeleted
) {
ChangeProcessor.cs (12)
81
else if (item.
IsDeleted
) {
163
Debug.Assert(to.
IsDeleted
, "Foreign key reference cleanup should only happen on Deleted objects.");
250
} else if (item.
IsDeleted
) {
295
else if (item.
IsDeleted
) {
323
else if (item.
IsDeleted
) {
418
if (cachedTracked.
IsDeleted
|| cachedTracked.CanInferDelete()) {
439
if (cachedTracked.
IsDeleted
|| cachedTracked.CanInferDelete()) {
550
bool pointsToDeleted = (otherItem != null && otherItem.
IsDeleted
) || (dbOtherItem != null && dbOtherItem.
IsDeleted
);
603
int xAction = x.IsNew ? 0 : x.
IsDeleted
? 2 : 1;
604
int yAction = y.IsNew ? 0 : y.
IsDeleted
? 2 : 1;
656
if (item.
IsDeleted
) {
DataContext.cs (1)
1232
} else if (tracked.
IsDeleted
) {