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