5 references to CompareNm
System.Data.Common (5)
System\Data\SQLTypes\SQLDecimal.cs (5)
2872return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.CompareNm(y) == EComparison.EQ); 2882return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.CompareNm(y) == EComparison.LT); 2887return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.CompareNm(y) == EComparison.GT); 2896EComparison result = x.CompareNm(y); 2907EComparison result = x.CompareNm(y);