API17:JDatabaseQuerySQLAzure::delete
From Joomla! Documentation
JDatabaseQuerySQLAzure::delete
Description
public function delete ($table=null)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | string | null | The name of the table to delete from. |
- Returns Returns this object to allow chaining.
- Defined on line 75 of libraries/joomla/database/database/sqlazurequery.php
- Since

See also
JDatabaseQuerySQLAzure::delete source code on BitBucket
Class JDatabaseQuerySQLAzure
Subpackage Database- Other versions of JDatabaseQuerySQLAzure::delete
User contributed notes
Code Examples