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