AdfScriptActivityScriptType Enumeration
The AdfScriptActivityScriptType enumeration provides options for whether or not a script execution will return a result set.
Enumeration Values
Name | Summary |
---|---|
Query | Specifies that the executed script will return a result set. |
NonQuery | Specifies that the executed script will not return a result set. |