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