Performs an UPDATE procedure on a table defined in the model.
[Visual Basic]
Overloads Public Sub PerformTableProcedure( _
ByVal tableName As String, _
ByVal procedureName As String, _
ByVal inputValues As IDictionary, _
ByVal filterValues As IDictionary, _
ByVal filterIsCaseSensitive As Boolean _
)
Performs an UPDATE procedure on a table defined in the model.
Exception Type | Condition |
---|---|
HostIntegratorModelDefException | Thrown if a reference is made to a non-existent table, procedure, or table column |
HostIntegratorConnectorException | Thrown if client is not connected |
HostIntegratorException | Thrown if the connection is for metadata only |
HostIntegratorServerException | Thrown if an error occurs while performing the procedure |
HostIntegratorSession Class | HostIntegratorSession Members | WRQ.Verastream.HostIntegrator Namespace | HostIntegratorSession.PerformTableProcedure Overload List