BinaryComparisonExpression(LiteralExpression<Key<T>> leftOperand,
BinaryComparisonOperator operator,
LiteralExpression<T> rightOperand)
|
BinaryComparisonExpression(LiteralExpression<Key<T>> leftOperand,
BinaryComparisonOperator operator,
LiteralExpression<T> rightOperand)
|
BinarySetMembershipExpression(LiteralExpression<Key<T>> leftOperand,
BinarySetMembershipOperator operator,
LiteralSetExpression<T> rightOperand)
|