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