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: 
  | 
      
| 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 |