Execute a SqlCommand (that returns a resultset and takes no parameters) against the database specified in
the connection string.
[Visual Basic] Overloads Public Shared Function ExecuteDataset( _ ByVal context As SqlContext, _ ByVal commandType As CommandType, _ ByVal commandText As String _ ) As DataSet