AfterConstruction(Var SQL: String);
SQL. Generated SQL query taking into account changes that could be performed in BeforeConstruction.
The AfterConstruction method is called after the query to select cube data is generated.
The method must be redefined in a user class. The SQL parameter will contain a whole generated query to select cube data. If required, the last changes can be added to it. After the AfterConstruction procedure is finished, the query will be executed.
The example of use is given in description of the ISQLCallback.BeforeConstruction method.
See also: