5 references to SqlMoney
System.Data.Common (5)
System\Data\SQLTypes\SQLMoney.cs (5)
323return x.IsNull ? Null : new SqlMoney(x.ByteValue); 329return x.IsNull ? Null : new SqlMoney(x.Value); 335return x.IsNull ? Null : new SqlMoney(x.Value); 341return x.IsNull ? Null : new SqlMoney(x.Value); 617public static readonly SqlMoney Zero = new SqlMoney(0);