You are here

protected property Select::$connection in Drupal driver for SQL Server and SQL Azure 3.0.x

Same name and namespace in other branches
  1. 8.2 drivers/lib/Drupal/Driver/Database/sqlsrv/Select.php \Drupal\Driver\Database\sqlsrv\Select::connection

The connection object on which to run this query.

Type: \Drupal\Driver\Database\sqlsrv\Connection

Overrides Query::$connection

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Select.php, line 22

Class

Select

Namespace

Drupal\Driver\Database\sqlsrv

Code

protected $connection;