Click or drag to resize

TableScriptExeBaseExecute Method

Overload List
 NameDescription
Public methodExecute(DataTable) Version 1 of the execute method. Obsole, so please use Version 2 now.
Public methodExecute(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.
Top
See Also