When called on a database configured with secondary indices, 
             Truncate will truncate the primary database and all secondary
             indices. A count of the records discarded from the primary database
             is returned. 
             
 Overload List
Overload List
| Name | Description | |
|---|---|---|
|  | Truncate()()() | 
             Empty the database, discarding all records it contains.
             (Inherited from BaseDatabase.) | 
|  | Truncate(Transaction) | 
             Empty the database, discarding all records it contains.
             (Inherited from BaseDatabase.) | 





