5 references to SqlMoney
System.Data (5)
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (5)
353return x.IsNull ? Null : new SqlMoney((int)x.ByteValue); 361return x.IsNull ? Null : new SqlMoney((int)x.Value); 369return x.IsNull ? Null : new SqlMoney((int)x.Value); 377return x.IsNull ? Null : new SqlMoney(x.Value); 677public static readonly SqlMoney Zero = new SqlMoney(0);