TIBCO Adapter SDK C++ Reference
MBusinessDocument::setVerbCode
MBusinessDocument
Set the verb code attribute in this document. This provides suggested action associated with the business document.
Parameters
Parameters Description
int iValue The verb code to set. One of the following values: Insert, Update, Delete, or Insert_or_Update (this means update existing record or insert a new record if it does not exist).
Declaration
virtual void setVerbCode(int iValue) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.