This topic has not yet been rated - Rate this topic

SqlDecimal Constructor

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
Public method SqlDecimal(Decimal) Initializes a new instance of the SqlDecimal structure using the supplied Decimal value.
Public method SqlDecimal(Double) Initializes a new instance of the SqlDecimal structure using the supplied double parameter.
Public method SqlDecimal(Int32) Initializes a new instance of the SqlDecimal structure using the supplied integer value.
Public method SqlDecimal(Int64) Initializes a new instance of the SqlDecimal structure using the supplied long integer value.
Public method SqlDecimal(Byte, Byte, Boolean, Int32[]) Initializes a new instance of the SqlDecimal structure using the supplied parameters.
Public method SqlDecimal(Byte, Byte, Boolean, Int32, Int32, Int32, Int32) Initializes a new instance of the SqlDecimal structure using the supplied parameters.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.