5 references to UnsupportedOperator
System.Data.Common (5)
System\Data\Filter\BinaryNode.cs (1)
1123throw ExprException.UnsupportedOperator(op);
System\Data\Filter\ExpressionParser.cs (2)
694throw ExprException.UnsupportedOperator(opInfo._op); 745throw ExprException.UnsupportedOperator(opInfo._op);
System\Data\Filter\UnaryNode.cs (2)
138throw ExprException.UnsupportedOperator(op); // or should the result of not SQLNull be SqlNull ? 148throw ExprException.UnsupportedOperator(op);