5 references to CompareNm
System.Data.Common (5)
System\Data\SQLTypes\SQLDecimal.cs (5)
2865
return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.EQ);
2875
return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.LT);
2880
return (x.IsNull || y.IsNull) ? SqlBoolean.Null : new SqlBoolean(x.
CompareNm
(y) == EComparison.GT);
2889
EComparison result = x.
CompareNm
(y);
2900
EComparison result = x.
CompareNm
(y);