IDatabase.Delete method
Deletes all records in a table, or a specific record, from the database.
| parameter | description | 
|---|---|
| thing | The table name or a record id to select. | 
Remarks
This function will run the following query in the database:
See Also
- interface IDatabase
 - namespace SurrealDB.Abstractions