-
Notifications
You must be signed in to change notification settings - Fork 0
TQueryDatabase
Jacob Spitzer edited this page Aug 28, 2022
·
2 revisions
An TQueryDatabase instanse which will be used to handle with all tables at once on the Database with DbEasyConnect method extensions.
Like create/drop all tables, get all table defenitions and compare with the code tables, and more.
public class TQueryDatabaseInheritance System.Object 🡒 TQueryDatabase
| Methods | |
|---|---|
| Execute() | Execute TQuery SQL command. |
| ExecuteAsync() | Execute TQuery SQL command asynchronously using Task. |