QueryBuilderExtension.Bind(DataConnectionParametersBase, SelectQuery, Int32) Method
In This Article
Binds the Query Builder to a data source using the specified connection parameters, SELECT query and execution timeout.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public QueryBuilderExtension Bind(
DataConnectionParametersBase connectionParameters,
SelectQuery selectQuery,
int commandTimeout
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
Data |
A Data |
select |
Select |
A Select |
command |
Int32 | An integer value that specifies the timeout to execute a query. |
#Returns
Type | Description |
---|---|
Query |
A Query |
See Also