In This Topic
            
            The following tables list the members exposed by Query.
            
            
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | CommandText | Gets or sets the query to execute to obtain the data for the report. Can be specified as expression.   | 
  | CommandType | Gets or sets the value indicating what type of query is contained in the CommandText.   | 
  | DataSourceName | Gets or sets name of DataSource to execute the query against.   | 
  | Owner | Gets a DataSet object containing this Query object.   | 
  | Parameters | Gets the QueryParameters collection containing a list of parameters that are passed to the data source as part of the query.   | 
  | Timeout | Gets or sets the number of seconds to allow for the query to run before timing out. Must be nonnegative. If zero (default), the query should not time out. Max: 2147483647.   | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | AssignFrom | Copies properties from another Query to the current object.   | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also