You are here

public function DriverSettings::GetUseNativeMerge in Drupal driver for SQL Server and SQL Azure 8

Wether to user or not the native merge implementaiton.

1 call to DriverSettings::GetUseNativeMerge()
DriverSettings::exportConfiguration in drivers/lib/Drupal/Driver/Database/sqlsrv/DriverSettings.php
Export current driver configuration.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/DriverSettings.php, line 200

Class

DriverSettings
Global settings for the driver.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function GetUseNativeMerge() {
  return $this->_useNativeMerge;
}