You are here

protected property Insert::$setIdentity in Drupal driver for SQL Server and SQL Azure 3.0.x

Does the insert require setting an identity column?

Type: bool

File

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

Class

Insert
Sql Server implementation of \Drupal\Core\Database\Query\Insert.

Namespace

Drupal\Driver\Database\sqlsrv

Code

protected $setIdentity = FALSE;