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