2 references to Value
System.Data.Common (2)
System\Data\SQLTypes\SQLDecimal.cs (1)
1195
return x.
Value
;
System\Data\SQLTypes\SQLMoney.cs (1)
358
return x.IsNull ? SqlMoney.Null : new SqlMoney(x.
Value
);