GetTableData Method
Overloads
| GetTableData(Int32, Int32, Boolean, String) | 
             Retrieves the data of a specific table.  | 
        
      
    
GetTableData(Int32, Int32, Boolean, String)
Retrieves the data of a specific table.
Declaration
      public IEnumerable<TableRow> GetTableData([QixName("qOffset")] int offset, [QixName("qRows")] int rows, [QixName("qSyntheticMode")] bool syntheticMode, [QixName("qTableName")] string tableName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | offset | 
           Position from the top, starting from 0. If the offset is set to 0, the rows starting from the position/index 0 are shown.  | 
      
| System.Int32 | rows | 
           Number of rows to show.  | 
      
| System.Boolean | syntheticMode | 
           If this parameter is set to true, the internal data/table representation is shown. Synthetic fields are present (if any).  | 
      
| System.String | tableName | 
           Name of the table.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<TableRow> |