2 overrides of CompareToType
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (1)
307internal override int CompareToType(UpdateCommand otherCommand)
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
361internal override int CompareToType(UpdateCommand otherCommand)
1 reference to CompareToType
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\UpdateCommand.cs (1)
224result = CompareToType(other);