5 references to RoleBoolean
System.Data.Entity (5)
System\Data\Mapping\ViewGeneration\QueryRewriting\FragmentQueryKB.cs (3)
69BoolExpression inRoleExpression = BoolExpression.CreateLiteral(new RoleBoolean(end), domainMap); 119BoolExpression inRoleExpression1 = BoolExpression.CreateLiteral(new RoleBoolean(assocSet.AssociationSetEnds[0]), domainMap); 120BoolExpression inRoleExpression2 = BoolExpression.CreateLiteral(new RoleBoolean(assocSet.AssociationSetEnds[1]), domainMap);
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
196return new RoleBoolean(setEnd);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438RoleBoolean endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds[endMember.Name]);