Database.ExecuteWithResults Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExecuteWithResults(String) | |
ExecuteWithResults(StringCollection) |
ExecuteWithResults(String)
ExecuteWithResults(StringCollection)
public System.Data.DataSet ExecuteWithResults (System.Collections.Specialized.StringCollection sqlCommands);
member this.ExecuteWithResults : System.Collections.Specialized.StringCollection -> System.Data.DataSet
Public Function ExecuteWithResults (sqlCommands As StringCollection) As DataSet
Parameters
- sqlCommands
- StringCollection