5 references to KeywordLessThan
System.Data.Services (5)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
1448
op.Text == ExpressionConstants.KeywordGreaterThan || op.Text == ExpressionConstants.
KeywordLessThan
,
1494
case ExpressionConstants.
KeywordLessThan
:
1629
case ExpressionConstants.
KeywordLessThan
:
System\Data\Services\Parsing\Token.cs (2)
28
internal static readonly Token LessThan = new Token { Text = ExpressionConstants.
KeywordLessThan
, Id = TokenId.Identifier, Position = 0 };
52
this.Text == ExpressionConstants.
KeywordLessThan
||