7 references to Value
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
863result = GetSqlDecimal_Unchecked( sink, getters, ordinal ).Value; 2395return GetSqlDecimal_Unchecked( sink, getters, ordinal ).Value;
fx\src\data\System\Data\Sql\SqlMetaData.cs (1)
777return sdValue.Value;
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
451comVal = ((SqlDecimal)sqlVal).Value;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
6398return num.Value;
fx\src\data\System\Data\SQLTypes\SQLDecimal.cs (1)
1163return x.Value;
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (1)
412return x.IsNull ? SqlMoney.Null : new SqlMoney(x.Value);