XMLSPBuilder Constructor
- Last UpdatedMar 17, 2026
- 1 minute read
The XMLSPBuilder class simplifies the building of an XML command to execute SQL or call a Stored Procedure A batch of SQL and SP commands are supported
| Overload | Description |
|---|---|
| XMLSPBuilder Constructor(Int32) | Constructor override that includes only a session id parameter. This overload defaults the object name to "custom". Caller must make additional calls to add any SQL or SP requests. |
| XMLSPBuilder Constructor(SPMessageTypes,Int32) | Constructor override that includes only a session id parameter. This overload defaults the object name to "custom". Caller must make additional calls to add any SQL or SP requests. |
| XMLSPBuilder Constructor(String,Int32) | Constructor overload that includes a session id parameter and an object name. Use this overload when the object name should not be "custom". Caller must make additional calls to add any SQL or SP requests. |