Skip to content

TQueryTableExtensions_DropAllTables_cAwTc83KYu05BrQbFaDVkw

Jacob Spitzer edited this page Aug 28, 2022 · 2 revisions

TQueryTableExtensions.DropAllTables(TQueryDatabaseExtended) Method

Removes all Tables on the server database, based on the code classes with [Table] attribute.

public static DbEasyConnect.TQueryDatabaseExtended DropAllTables(this DbEasyConnect.TQueryDatabaseExtended tQuery);

Parameters

tQuery TQueryDatabaseExtended
An TQueryDatabase to perform the Drop All Tables command.

Returns

TQueryDatabaseExtended
An TQueryDatabaseExtended instance, which the SQL command will remove all Tables on the database, and Execute() will execute the Drop All Tables command.

Clone this wiki locally