Skip to content

TQueryTableExtensions_CreateAllTables_8PDH7XSwgwFMjR7cJuW61w

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

TQueryTableExtensions.CreateAllTables(TQueryDatabase) Method

Creates all Tables on the server database, based on the code classes with [Table] attribute. Supported attributes are: [Key] for Primary Key, [AutoIncrement] for Auto Increment property, [Required] for Not Null property.

public static void CreateAllTables(this DbEasyConnect.TQueryDatabase tQuery);

Parameters

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

Clone this wiki locally