buildSelect() public method
| public string buildSelect ( $columns, &$params, $distinct = false, $selectOption = null ) | ||
|---|---|---|
| $columns | array | |
| $params | array | 
 The binding parameters to be populated  |  
| $distinct | boolean | |
| $selectOption | string | |
| return | string | 
 The SELECT clause built from yii\db\Query::$select.  |  
Please login to continue.