17 references to Value
System.Data (17)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (4)
875result = GetSqlMoney_Unchecked( sink, getters, ordinal ).Value; 899result = GetSqlMoney_Unchecked( sink, getters, ordinal ).Value; 2401return GetSqlMoney_Unchecked( sink, getters, ordinal ).Value; 2465decimal decimalValue = value.Value;
fx\src\data\System\Data\Common\SQLConvert.cs (1)
737return XmlConvert.ToString(((SqlMoney)value).Value);
fx\src\data\System\Data\SqlClient\SqlEnums.cs (1)
455comVal = ((SqlMoney)sqlVal).Value;
fx\src\data\System\Data\SqlClient\TdsParser.cs (5)
6155return SerializeCurrency(value.Value, length, stateObj); 6160int[] bits = Decimal.GetBits(value.Value); 6170Decimal decimalValue = value.Value; 6187int[] bits = Decimal.GetBits(m.Value); 6226int[] 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'/> 242return 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