XMLExecBuilder Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The XMLExecBuilder class simplifies the building of standard Factelligence execution commands These include standard Add, Delete or Updates as well as specific Exec commands exposed by various MW objects
| 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. |