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