-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryTableExtensions_DropTable_Io1+2r1JLpResi1q_hUYxg
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
Removes a Table from the server database.
public static void DropTable<Table>(this DbEasyConnect.DbEc<Table> tQuery);
Table
The type of the records of table class. need to be a class with the [Table("")] attribute.
tQuery
DbEasyConnect.DbEc<Table>
An DbEcExtended<T> to perform the Drop Table command.