Click or drag to resize

ColScriptExeBaseExecute Method

Overload List
 NameDescription
Public methodExecute(DataColumn)Obsolete.
Version1 of the execute method. This method must be overriden by the column script in order to be able to execute the script. This method is the entry point of the column script
Public methodExecute(DataColumn, IProgressReporter) Version 2 of the execute method. This method must be overriden by the column script in order to be able to execute the script. This method is the entry point of the column script. In order to maintain backward compatibility, if not overridden, this method calls the version 1 of the execute method.
Top
See Also