QueryDefinition Class

Class that encapsulates a data retrieval query.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.DataProvidersQueryDefinition

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public class QueryDefinition

The QueryDefinition type exposes the following members.

Constructors
  NameDescription
Public methodQueryDefinition(String)
Initializes a new instance of the QueryDefinition class.
Public methodQueryDefinition(DataStructure)
Initializes a new instance of the QueryDefinition class.
Top
Properties
  NameDescription
Public propertyCommandTimeout
Gets or sets the wait time before terminating the attempt to execute a command and generating an error.
Public propertyMaxRecords
Gets the maximum number or records to return.
Public propertyParameters
Gets the parameter values.
Public propertyQueryHints
Gets the query hint values for the current instance.
Public propertyQueryStatement
Gets the query statement.
Public propertyStructureDefinition
Gets the data structure definition.
Top
Methods
  NameDescription
Public methodSetQueryStatement
Sets the query statement.
Top
See Also