Skip to content

TQueryDatabase

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

TQueryDatabase Class

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 TQueryDatabase

Inheritance System.Object 🡒 TQueryDatabase

Methods
Execute() Execute TQuery SQL command.
ExecuteAsync() Execute TQuery SQL command asynchronously using Task.

Clone this wiki locally