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