3 references to NotBetween
System.Data.Entity (3)
System\Data\Common\EntitySql\CqlParser.cs (1)
2981
yyval = new BuiltInExpr(BuiltInKind.
NotBetween
, "notbetween", elist[0], elist[1], (Node)val_peek(0) );
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
5189
builtInExprConverter.Add(AST.BuiltInKind.
NotBetween
, delegate(AST.BuiltInExpr bltInExpr, SemanticResolver sr)
5200
Debug.Assert(bltInExpr.Kind == AST.BuiltInKind.Between || bltInExpr.Kind == AST.BuiltInKind.
NotBetween
, "bltInExpr.Kind must be Between or NotBetween");