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