API17:JDatabaseQuerySQLSrv::delete
From Joomla! Documentation
JDatabaseQuerySQLSrv::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/sqlsrvquery.php
- Since

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