5 references to UnsupportedOperator
System.Data (5)
fx\src\data\System\Data\Filter\BinaryNode.cs (1)
853
throw ExprException.
UnsupportedOperator
(op);
fx\src\data\System\Data\Filter\ExpressionParser.cs (2)
658
throw ExprException.
UnsupportedOperator
(opInfo.op);
707
throw ExprException.
UnsupportedOperator
(opInfo.op);
fx\src\data\System\Data\Filter\UnaryNode.cs (2)
127
throw ExprException.
UnsupportedOperator
(op); // or should the result of not SQLNull be SqlNull ?
136
throw ExprException.
UnsupportedOperator
(op);