Skip to content

TQueryTableExtensions_GetAllServerDbTablesType_CRN_hN2WWdiK4tLSnD_58A

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

TQueryTableExtensions.GetAllServerDbTablesType(TQueryDatabase) Method

Returns a list of all table defenitions from the server database.

public static System.Collections.Generic.Dictionary<string,object> GetAllServerDbTablesType(this DbEasyConnect.TQueryDatabase tQuery);

Parameters

tQuery TQueryDatabase
An TQueryDatabase to get all database tables and their fields.

Returns

System.Collections.Generic.Dictionary<System.String,System.Object>
An System.Collections.Generic.Dictionary<> which the Key is the table name, and the Value is an Dynamic Class as an System.Dynamic.DynamicObject including the table defenition, fields, and attributes.

Clone this wiki locally