[]
Gets size and enumerator for all data rows in a table.
public IDataList GetTableData(string tableName, int limit = 0)
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. |
Type | Description |
---|---|
IDataList |