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