IRepositoryScriptCallback.BeginStatement

Syntax

BeginStatement(Statement: String);

Parameters

Statement. Request that will be executed.

Description

The BeginStatement method implements an event that takes place before the start of the script query execution.

Example

The example of use is given in description of the IRepositoryScriptCallback.OnStart method.

See also:

IRepositoryScriptCallback