add
integer public \Bitrix\Main[/link]\DB\Connection::add( string $tableName, array $data, string $identity = "ID" );
This non-static method adds row to table and returns ID of the added row.
$identity
parameter must be null when table does not have autoincrement columns.
Parameters
Parameter | Description | Version |
---|---|---|
$tableName | Name of table for inserting new row. | |
$data | Array of columnName => Value pairs. | |
$identity | For Oracle only. |
Exception
Examples
© «Bitrix24», 2001-2025