Table |
Name | Description | |
---|---|---|
Execute(DataTable) | Version 1 of the execute method. Obsole, so please use Version 2 now. | |
Execute(DataTable, IProgressReporter) | Version 2 of the execute method. This method which must be overriden by the table script in order to be able to execute the script. This method is the entry point of the table script.In order to maintain backward compatibility, if not overridden, this method calls the version 1 of the execute method. |