XMLExecBuilder Constructor(Int32,String,StdWriteCommands)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor override passing an enum of the standard Add, Update, or Delete command to be executed.
'Declaration
Public Function New( _
ByVal sessionId As Integer, _
ByVal objName As String, _
ByVal cmd As StdWriteCommands _
)
'Usage
Dim sessionId As Integer
Dim objName As String
Dim cmd As StdWriteCommands
Dim instance As New XMLExecBuilder(sessionId, objName, cmd)
Parameters
- sessionId
- Required. The session ID to use for this command.
- objName
- Required. The object name to use for this command.
- cmd
- Required. The cmd as a StdWriteCommands enum to use for this command.