5 references to SqlMoney
System.Data.Common (5)
System\Data\SQLTypes\SQLMoney.cs (5)
313return x.IsNull ? Null : new SqlMoney(x.ByteValue); 319return x.IsNull ? Null : new SqlMoney(x.Value); 325return x.IsNull ? Null : new SqlMoney(x.Value); 331return x.IsNull ? Null : new SqlMoney(x.Value); 607public static readonly SqlMoney Zero = new SqlMoney(0);