11 references to BooleanType
System.Data.Entity (11)
System\Data\Query\InternalTrees\Command.cs (4)
764
return new ComparisonOp(opType, this.
BooleanType
);
773
return new LikeOp(this.
BooleanType
);
783
return new ConditionalOp(opType, this.
BooleanType
);
963
return new ExistsOp(this.
BooleanType
);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (6)
527
CaseOp caseOp = _iqtCommand.CreateCaseOp(_iqtCommand.
BooleanType
);
536
arguments.Add(_iqtCommand.CreateNode(_iqtCommand.CreateInternalConstantOp(_iqtCommand.
BooleanType
, true)));
546
arguments.Add(_iqtCommand.CreateNode(_iqtCommand.CreateInternalConstantOp(_iqtCommand.
BooleanType
, false)));
551
arguments.Add(_iqtCommand.CreateNode(_iqtCommand.CreateNullOp(_iqtCommand.
BooleanType
)));
579
Node trueNode = _iqtCommand.CreateNode(_iqtCommand.CreateInternalConstantOp(_iqtCommand.
BooleanType
, true));
1493
return _iqtCommand.CreateNode(op, _iqtCommand.CreateNode(_iqtCommand.CreateInternalConstantOp(_iqtCommand.
BooleanType
, true)));
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
2045
NullOp nullConst = trc.Command.CreateNullOp(trc.Command.
BooleanType
);