3 references to SqlMoney
System.Data (3)
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (3)
229return new SqlMoney(x); 396return x.IsNull ? Null : new SqlMoney((double)x.Value); 404return x.IsNull ? Null : new SqlMoney(x.Value);