17 references to Value
System.Data (17)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (4)
875
result = GetSqlMoney_Unchecked( sink, getters, ordinal ).
Value
;
899
result = GetSqlMoney_Unchecked( sink, getters, ordinal ).
Value
;
2401
return GetSqlMoney_Unchecked( sink, getters, ordinal ).
Value
;
2465
decimal decimalValue = value.
Value
;
fx\src\data\System\Data\Common\SQLConvert.cs (1)
737
return XmlConvert.ToString(((SqlMoney)value).
Value
);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
455
comVal = ((SqlMoney)sqlVal).
Value
;
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
6155
return SerializeCurrency(value.
Value
, length, stateObj);
6160
int[] bits = Decimal.GetBits(value.
Value
);
6170
Decimal decimalValue = value.
Value
;
6187
int[] bits = Decimal.GetBits(m.
Value
);
6226
int[] bits = Decimal.GetBits(m.
Value
);
fx\src\data\System\Data\SQLTypes\SQLMoney.cs (6)
135
/// Gets a value indicating whether the <see cref='System.Data.SqlTypes.SqlMoney.
Value
'/>
242
return x.
Value
;
665
/// the <see cref='System.Data.SqlTypes.SqlMoney.
Value
'/> property of an instance of
673
/// Represents the zero value that can be assigned to the <see cref='System.Data.SqlTypes.SqlMoney.
Value
'/> property of an instance of
682
/// to <see cref='System.Data.SqlTypes.SqlMoney.
Value
'/> property of an instance of
692
/// the <see cref='System.Data.SqlTypes.SqlMoney.
Value
'/> property of an instance of