C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.DataBinding Namespace / Query Class
Properties Methods


Query Class Members

The following tables list the members exposed by Query.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Query class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the command text that is executed to obtain the data. The interpretation of this text depends on the query type specified by the CommandType property.  
Public PropertyGets or sets the type of query assigned to the CommandText property on the current query.  
Public PropertyGets or sets the DataSource object against which to execute the current query.  
Public PropertyGets the collection of QueryParameter objects that are passed to the data source as part of the current query.  
Public PropertyGets or sets the number of seconds to allow the query to run before timing out. Must be nonnegative. If omitted or zero, the query should not time out.  
Top
Public Methods
 NameDescription
Public MethodAssigns (copies) properties from another Query to the current object.  
Top
See Also