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