Ant Organisation Ltd documentation

SQLAction.StartAction Method 

Start the action in progress. Called when this action is one of the currently active actions

public bool StartAction(
   ActivityInstance instance,
   AntConnection connection,
   AntTransaction transaction,
   User performer,
   ref string state
);

Parameters

instance
Activity instance which is performing this action
connection
Database connection being used in this transaction
transaction
Transaction on the connection which can be used to write to the database
performer
User who is to perform the action
state
State string which is used/modified by this action

Return Value

true is a response is expected

Implements

Action.StartAction

See Also

SQLAction Class | Ant.Workflow.Actions Namespace