2 references to HandleCountExpression
System.Data.Entity (2)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
1706
ISqlFragment topCount =
HandleCountExpression
(e.Limit) ;
2544
result.Where.Append(
HandleCountExpression
(e.Count));