Skip to main content

QueryBuilderExtension.Bind Method

Name Parameters Description
Bind(DataConnectionParametersBase, SelectQuery, Int32) connectionParameters, selectQuery, commandTimeout Binds the Query Builder to a data source using the specified connection parameters, SELECT query and execution timeout.
Bind(DataConnectionParametersBase, SelectQuery) connectionParameters, selectQuery Binds the Query Builder to a data source using the specified connection parameters and SELECT query.
Bind(DataConnectionParametersBase) connectionParameters Binds the Query Builder to a data source using the specified connection parameters.
Bind(QueryBuilderModel) model Binds the Query Builder to a data source using the specified Query Builder model.
Bind(String, SelectQuery, Int32) connectionName, selectQuery, commandTimeout Binds the Query Builder to a data source using the specified connection name, SELECT query and execution timeout.
Bind(String, SelectQuery) connectionName, selectQuery Binds the Query Builder to a data source using the specified connection name and SELECT query.
Bind(String) connectionName Binds the Query Builder to a data source using the specified connection name.