4 references to IsNumericSql
System.Data (4)
fx\src\data\System\Data\Filter\BinaryNode.cs (2)
1146
if (!
IsNumericSql
(left))
1148
if (!
IsNumericSql
(right))
fx\src\data\System\Data\Filter\UnaryNode.cs (2)
57
if (ExpressionNode.
IsNumericSql
(storageType)) {
65
if (ExpressionNode.
IsNumericSql
(storageType)) {