Skip to main content
All docs
V25.1
  • IQueryBuilderClientSideModelGenerator.GetModel Method

    Name Parameters Description
    GetModel(DataConnectionParametersBase, SelectQuery, Int32) connectionParameters, tableQuery, commandTimeout Creates a client-side Web Query Builder model based on the specified data.
    GetModel(DataConnectionParametersBase, SelectQuery) connectionParameters, tableQuery Creates a client-side Web Query Builder model based on the specified data.
    GetModel(DataConnectionParametersBase, Int32) connectionParameters, commandTimeout Creates a client-side Web Query Builder model based on the specified data.
    GetModel(DataConnectionParametersBase) connectionParameters Creates a client-side Web Query Builder model based on the specified data.
    GetModel(String, SelectQuery, Int32) connectionName, tableQuery, commandTimeout Creates a client-side Web Query Builder model based on the specified data.
    GetModel(String, SelectQuery) connectionName, tableQuery Creates a client-side Web Query Builder model based on the specified data.
    GetModel(String, Int32) connectionName, commandTimeout Creates a client-side Web Query Builder model based on the specified data.
    GetModel(String) connectionName Creates a client-side Web Query Builder model based on the specified data.