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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ExecuteWithResults(StringCollection) Executes a batch in the context of the database where there are results returned.
Public method ExecuteWithResults(String) Executes a collection of batches in the context of the database where there are results returned.

Top