This overloaded method constructs a new instance of a DBScaledParm object.
Overloaded List
| Syntax | Description |
|---|---|
| DBScaledParm (DbType, int, int) | Creates a new instance of a DBScaledParm object with the data type, length, and scale indicated. |
| DBScaledParm (DbType, Object, int, int) | Creates a new instance of a DBScaledParm object with the data type, direction, value, and length indicated. Parameter direction is input. |
| DBScaledParm (DbType, ParameterDirection, Object, int, int) | Creates a new instance of a DBScaledParm object with the data type, direction, value, and length indicated. |
Requirements
| Namespace: | ASNA.Monarch |
| Assembly: | ASNA.VisualRPG.Runtime.DLL |
| Platforms: | Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8 Pro, Windows 10 Pro |
