Skip to main content

QueryBuilderExtension.GetModel(String) Method

Returns the Query Builder model with the specified connection name.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static QueryBuilderModel GetModel(
    string connectionName
)

Parameters

Name Type Description
connectionName String

A string that specifies the connection string name defined in the application’s configuration file.

Returns

Type Description
QueryBuilderModel

A QueryBuilderModel object.

See Also