5 references to CompareNm
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (5)
2770
return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.EQ);
2784
return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.LT);
2791
return(x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.GT);
2801
EComparison result = x.
CompareNm
(y);
2813
EComparison result = x.
CompareNm
(y);