XMLSPBuilder Constructor(String,Int32)
- Last UpdatedNov 06, 2025
- 1 minute read
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.
'Declaration
Public Function New( _
ByVal objectName As String, _
ByVal sessionId As Integer _
)
'Usage
Dim objectName As String
Dim sessionId As Integer
Dim instance As New XMLSPBuilder(objectName, sessionId)
public XMLSPBuilder(
string objectName,
int sessionId
)
Parameters
- objectName
- The name of the object for this command
- sessionId
- The session Id to use for this command