QueryBuilderExtension.Bind Method
Name | Parameters | Description |
---|---|---|
Bind |
connection |
Binds the Query Builder to a data source using the specified connection parameters, SELECT query and execution timeout. |
Bind |
connection |
Binds the Query Builder to a data source using the specified connection parameters and SELECT query. |
Bind |
connection |
Binds the Query Builder to a data source using the specified connection parameters. |
Bind |
model | Binds the Query Builder to a data source using the specified Query Builder model. |
Bind |
connection |
Binds the Query Builder to a data source using the specified connection name, SELECT query and execution timeout. |
Bind |
connection |
Binds the Query Builder to a data source using the specified connection name and SELECT query. |
Bind |
connection |
Binds the Query Builder to a data source using the specified connection name. |