3 references to SqlMoney
System.Data.Common (3)
System\Data\SQLTypes\SQLMoney.cs (3)
185return new SqlMoney(x); 346return x.IsNull ? Null : new SqlMoney(x.Value); 352return x.IsNull ? Null : new SqlMoney(x.Value);