BuildWriteCmd Method
- Last UpdatedNov 06, 2025
- 1 minute read
Builds a standard Add, Update or Delete command supported by an object Use BuildXMLExecCmd() to build object specific custom commands Any parameter values must be individually added AFTER calling this method Throws exception if the call fails for any reason
'Declaration
Protected Sub BuildWriteCmd( _
ByVal objName As String, _
ByVal Cmd As String, _
ByVal validate As Boolean _
)
'Usage
Dim instance As XMLBuilder
Dim objName As String
Dim Cmd As String
Dim validate As Boolean
instance.BuildWriteCmd(objName, Cmd, validate)
Parameters
- objName
- The object name to use for this command
- Cmd
- The command to use for this command
- validate
- True if the command must be validated by the middleware, else false