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