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