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