Skip to content

TQueryTableExtensions_DropTable_Io1+2r1JLpResi1q_hUYxg

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

TQueryTableExtensions.DropTable<Table>(DbEc<Table>) Method

Removes a Table from the server database.

public static void DropTable<Table>(this DbEasyConnect.DbEc<Table> tQuery);

Type parameters

Table
The type of the records of table class. need to be a class with the [Table("")] attribute.

Parameters

tQuery DbEasyConnect.DbEc<Table>
An DbEcExtended<T> to perform the Drop Table command.

Clone this wiki locally