QueryBuilderExtension.Bind(String, SelectQuery) Method
In This Article
Binds the Query Builder to a data source using the specified connection name and SELECT query.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public QueryBuilderExtension Bind(
string connectionName,
SelectQuery selectQuery
)
#Parameters
Name | Type | Description |
---|---|---|
connection |
String | A string that specifies the connection string name defined in the application’s configuration file. |
select |
Select |
A Select |
#Returns
Type | Description |
---|---|
Query |
A Query |
See Also