ObjectCommand Class Members
- Last UpdatedNov 06, 2025
- 2 minute read
The following tables list the members exposed by ObjectCommand.
| Name | Description | |
|---|---|---|
![]() | Comment | This property allows you store additional information about this ObjectCommand in the Xml. |
![]() | DBObjectName | Contains the name of the Stored Procedure or Table this ObjectCommand is associated with. |
![]() | Enabled | Determines if this Object.Command can be executed by Middleware. |
![]() | Name | The name of the ObjectCommand. ENT.ADD |
![]() | Parameters | A list of all the parameter validation that will be used to validate this Object.Command. |
| Name | Description | |
|---|---|---|
![]() | AddParameter | Addes a CommandParameter to the property ObjectCommand.Parameters. |
![]() | Validate | This function will validate the values in the parameter ParamValues using the rules configured in ObjectCommand.Parameters. |


