GetTablesAndKeysAsync Method
Overloads
| GetTablesAndKeysAsync(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.  | 
        
      
    |
| GetTablesAndKeysAsync(AsyncHandle, 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.  | 
        
      
    |
| GetTablesAndKeysAsync<T>(AsyncHandle, Func<Response, T>, 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.  | 
        
      
    
GetTablesAndKeysAsync(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 Task<GetTablesAndKeysResult> GetTablesAndKeysAsync([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 | 
|---|---|
| System.Threading.Tasks.Task<GetTablesAndKeysResult> | 
Implements
GetTablesAndKeysAsync(AsyncHandle, 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 Task<GetTablesAndKeysResult> GetTablesAndKeysAsync(AsyncHandle asyncHandle, [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 | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| 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 | 
|---|---|
| System.Threading.Tasks.Task<GetTablesAndKeysResult> | 
Implements
GetTablesAndKeysAsync<T>(AsyncHandle, Func<Response, T>, 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 Task<T> GetTablesAndKeysAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [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 | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Func<Response, T> | onResult | 
           Continuation function  | 
      
| 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 | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T |