Skip to content

TQueryTableExtensions_DropAllTables_jbnNUTt5vwkK36I4xNzESg

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

TQueryTableExtensions.DropAllTables(TQueryDatabase) Method

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

public static int DropAllTables(this DbEasyConnect.TQueryDatabase tQuery);

Parameters

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

Returns

System.Int32

Clone this wiki locally