AddRequest Method (XMLBatchExecBuilder)
- Last UpdatedNov 06, 2025
- 1 minute read
Used to add a new command to the batch of commands This override passes the command as a string to allow for object specific execution commands, although it also supports the standard Add, Update and Delete commands
| Overload | Description |
|---|---|
| AddRequest(String,String) | Used to add a new command to the batch of commands This override passes the command as a string to allow for object specific execution commands, although it also supports the standard Add, Update and Delete commands |
| AddRequest(String,StdWriteCommands) | Used to add a new command to the batch of commands This override passes the command as an enum of the standard Write commands to support the standard Add, Update and Delete commands |
| AddRequest | Adds a request to the XML doc and specifies the command The root node of the XML request must have already been built Throws an exception if the call fails for any reason (Inherited from Fact.Common.XMLBuilder) |