1 write to _command
System.Data.Entity (1)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
300
this.
_command
= command;
3 references to _command
System.Data.Entity (3)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
556
computationTemplate = this.
_command
.CreateNode(this.
_command
.CreatePropertyOp(localProperty), computationTemplate);
594
return
_command
.CreateNode(n.Op, newChildren);