Click or drag to resize
IAppGetTablesAndKeysAsync Method
Overload List
  NameDescription
Public methodGetTablesAndKeysAsync(Size, Size, Int32, Boolean, Boolean)

Returns:

* the list of tables in an app and the fields inside each table

* the list of derived fields

* the list of key fields

Public methodGetTablesAndKeysAsync(AsyncHandle, Size, Size, Int32, Boolean, Boolean)

Returns:

* the list of tables in an app and the fields inside each table

* the list of derived fields

* the list of key fields

Public methodGetTablesAndKeysAsyncT(AsyncHandle, FuncResponse, T, Size, Size, Int32, Boolean, Boolean)

Returns:

* the list of tables in an app and the fields inside each table

* the list of derived fields

* the list of key fields

Top
See Also