4 references to SkipSubClause
System.Data.Entity (4)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (4)
2734
if (queryExpr.OrderByClause != null && queryExpr.OrderByClause.
SkipSubClause
!= null)
4069
if (orderByClause.
SkipSubClause
!= null)
4074
convertedSkip = ConvertValueExpression(orderByClause.
SkipSubClause
, sr);
4079
ValidateExpressionIsCommandParamOrNonNegativeIntegerConstant(convertedSkip, orderByClause.
SkipSubClause
.ErrCtx, "SKIP", sr);