AddRequest(String,String) Method
- 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
'Declaration
Public Overloads Sub AddRequest( _
ByVal objectName As String, _
ByVal cmd As String _
)
'Usage
Dim instance As XMLBatchExecBuilder
Dim objectName As String
Dim cmd As String
instance.AddRequest(objectName, cmd)
public void AddRequest(
string objectName,
string cmd
)
Parameters
- objectName
- The object name to use for this command
- cmd
- The command to use for this command