[]
        
(Showing Draft Content)

C1.DataEngine.Workspace.GetTableData

GetTableData Method

GetTableData(string, int)

Gets size and enumerator for all data rows in a table.

Declaration
public IDataList GetTableData(string tableName, int limit = 0)
Parameters
Type Name Description
string tableName

Name of the table to get data from.

int limit

Maximum rows to return. If 0 (default value) all rows will be returned.

Returns
Type Description
IDataList