10 instantiations of RoleBoolean
System.Data.Entity (10)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (7)
46
BoolExpression assocSetExpr = BoolExpression.CreateLiteral(new
RoleBoolean
(assocSet), domainMap);
69
BoolExpression inRoleExpression = BoolExpression.CreateLiteral(new
RoleBoolean
(end), domainMap);
71
BoolExpression.CreateLiteral(new
RoleBoolean
(end.EntitySet), domainMap),
119
BoolExpression inRoleExpression1 = BoolExpression.CreateLiteral(new
RoleBoolean
(assocSet.AssociationSetEnds[0]), domainMap);
120
BoolExpression inRoleExpression2 = BoolExpression.CreateLiteral(new
RoleBoolean
(assocSet.AssociationSetEnds[1]), domainMap);
147
BoolExpression fromSetExpression = BoolExpression.CreateLiteral(new
RoleBoolean
(fromEntitySet), domainMap);
148
BoolExpression toSetExpression = BoolExpression.CreateLiteral(new
RoleBoolean
(toEntitySet), domainMap);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (2)
196
return new
RoleBoolean
(setEnd);
199
return new
RoleBoolean
(RightExtent);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438
RoleBoolean endRoleBoolean = new
RoleBoolean
(assocSet.AssociationSetEnds[endMember.Name]);
5 references to RoleBoolean
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQuery.cs (1)
49
public static FragmentQuery Create(string label,
RoleBoolean
roleBoolean, CellQuery cellQuery)
System\Data\Mapping\ViewGeneration\QueryRewriting\RoleBoolean.cs (2)
93
RoleBoolean
rightBoolean = right as
RoleBoolean
;
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
188
internal
RoleBoolean
CreateRoleBoolean()
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438
RoleBoolean
endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds[endMember.Name]);