DBDecimalParm class | QSYS API Reference Guide
Represents a parameter for a decimal type.
Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll
Inheritance: Object –> DBParm –> DBScaledParm
Constructors
Name | Description |
---|---|
DBDecimalParm(Decimal, Int32, Int32) | Initializes a new instance of DBDecimalParm class. |
DBDecimalParm(Decimal, Int32, Int32)
Initializes a new instance of DBDecimalParm class.
DBDecimalParm(Decimal, Int32, Int32)
Parameters
Type | Parameter name | Description |
---|---|---|
Decimal | Value | Initial decimal value. |
Int32 | Length | Decimal value fixed length. |
Int32 | Scale | Decimal value scale. |