XMLExecBuilder Constructor
- Last UpdatedNov 06, 2025
- 1 minute read
| Overload | Description |
|---|---|
| XMLExecBuilder Constructor(Int32,String,String) | Constructor override passing the name of the command to be executed as a string. This method also supports standard commands, although the other constructor is slightly more efficient. |
| XMLExecBuilder Constructor(Int32,String,StdWriteCommands) | Constructor override passing an enum of the standard Add, Update, or Delete command to be executed. |