SqlMoney Constructor
Initializes a new instance of the SqlMoney
struct, where value
has already been scaled by a ten-thousandth of a currency unit. For example, if 20000 is provided for the value
parameter, this SqlMoney
instance will represent 2 currency units.
The ignored
parameter is ignored.
internal SqlMoney(long value, int ignored);
Remarks
Warning
This overload of the SqlMoney
constructor is internal and is not meant to be used directly in your code. This API may not be available in future versions of .NET.
Microsoft does not support the use of this constructor in a production application under any circumstance.
Requirements
Namespace: System.Data.SqlTypes
Assembly: System.Data (in System.Data.dll)
.NET Framework versions: Available since 2.0.