Skip to main content Skip to complementary content

GetTablesAndKeys Method

Overloads

GetTablesAndKeys(Size, Size, Int32, Boolean, 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.

GetTablesAndKeys(Size, Size, Int32, Boolean, 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.

Declaration

      public GetTablesAndKeysResult GetTablesAndKeys([QixName("qWindowSize")] Size windowSize, [QixName("qNullSize")] Size nullSize, [QixName("qCellHeight")] int cellHeight, [QixName("qSyntheticMode")] bool syntheticMode, [QixName("qIncludeSysVars")] bool includeSysVars, [QixName("qIncludeProfiling")] bool includeProfiling = false)
    

Parameters

Type Name Description
Size windowSize

Size of the window that is used to display the results.

Size nullSize
System.Int32 cellHeight

Height of a cell in a table in pixels.

System.Boolean syntheticMode

One of:

  • true for internal table viewer: Shows a more detailed view on how the Qlik engine defines the relations between fields and the quality of the keys.
  • false for source table viewer: Shows the natural relation between fields without reference to synthetic keys and resultant linking synthetic tables. Instead synthetic keys are represented by multiple connectors between tables.
System.Boolean includeSysVars

If set to true, the system variables are included.

System.Boolean includeProfiling

If set to true, profiling information is included.

Returns

Type Description
GetTablesAndKeysResult

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!