The Program.DBScaledParm is a derived class that inherits Program.DBParm. It further defines an object representing a decimal parameter to a SQL statement where the length and decimal positions are specified.
For a list of all members of this type, see Program.DBScaledParm Class Members.
Inheritance Hierarchy
ASNA.Monarch ASNA.Monarch.Program ASNA.Monarch.Program.DBParm ASNA.Monarch.Program.DBScaledParm
Syntax
BegClass Program.DBScaledParm Access(public) Inherits (Program.DBParm)
Thread Safety
Any public static (Shared) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Remarks
See the DBParm class for parameters where the length can be determined by its type and the DBStrParm class for string parameters.
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 |
