SqlDecimal Constructor
.NET Framework 4.5
Initializes a new instance of the SqlDecimal structure.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SqlDecimal(Decimal) | Initializes a new instance of the SqlDecimal structure using the supplied Decimal value. |
|
SqlDecimal(Double) | Initializes a new instance of the SqlDecimal structure using the supplied double parameter. |
|
SqlDecimal(Int32) | Initializes a new instance of the SqlDecimal structure using the supplied integer value. |
|
SqlDecimal(Int64) | Initializes a new instance of the SqlDecimal structure using the supplied long integer value. |
|
SqlDecimal(Byte, Byte, Boolean, Int32[]) | Initializes a new instance of the SqlDecimal structure using the supplied parameters. |
|
SqlDecimal(Byte, Byte, Boolean, Int32, Int32, Int32, Int32) | Initializes a new instance of the SqlDecimal structure using the supplied parameters. |