Database.ExecuteWithResults Method
Include Protected Members
Include Inherited Members
Executes a collection of batches in the context of the database where there are results returned.
Overload List
Name | Description | |
---|---|---|
ExecuteWithResults(StringCollection) | Executes a batch in the context of the database where there are results returned. | |
ExecuteWithResults(String) | Executes a collection of batches in the context of the database where there are results returned. |
Top