2 references to TypeRestriction
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\CellCreator.cs (2)
330
cQueryWhereClause = BoolExpression.CreateLiteral(new
TypeRestriction
(cRootExtent, allTypes), null);
419
BoolExpression complexInTypes = BoolExpression.CreateLiteral(new
TypeRestriction
(complexMemberNode, allTypes), null);