ASPxQueryBuilder.OpenConnection(DataConnectionParametersBase, SelectQuery, Int32) Method
In This Article
Opens a connection to a database.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.2.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
#Declaration
public void OpenConnection(
DataConnectionParametersBase connectionParameters,
SelectQuery selectQuery,
int commandTimeout
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
Data |
A Data |
select |
Select |
A Select |
command |
Int32 | An integer value, specifying the timeout to execute a query. |
See Also