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