6 references to Delete
System.Data.Entity (6)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (2)
324PropagatorResult thisResult = (this.Operator == ModificationOperator.Delete ? this.OriginalValues : this.CurrentValues); 325PropagatorResult otherResult = (other.Operator == ModificationOperator.Delete ? other.OriginalValues : other.CurrentValues);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
353return ModificationOperator.Delete;
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
229ModificationOperator.Delete == command.Operator) 303ModificationOperator.Delete == command.Operator)
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
69UpdateCommand command = new DynamicUpdateCommand(processor, m_translator, ModificationOperator.Delete, oldRow, null, commandTree, null);