AddRequest(String,StdWriteCommands) 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 an enum of the standard Write commands to support the standard Add, Update and Delete commands
'Declaration
Public Overloads Sub AddRequest( _
ByVal objectName As String, _
ByVal cmd As StdWriteCommands _
)
'Usage
Dim instance As XMLBatchExecBuilder
Dim objectName As String
Dim cmd As StdWriteCommands
instance.AddRequest(objectName, cmd)
public void AddRequest(
string objectName,
StdWriteCommands cmd
)
Parameters
- objectName
- The object name to use for this command
- cmd
- The command to use for this command as a StdWriteCommands enum