[]
Gets size and enumerator for all data rows in a query.
public IDataList GetQueryData(string queryName, int limit = 0)
| Type | Name | Description |
|---|---|---|
| string | queryName | Name of the query to get data from. |
| int | limit | Maximum rows to return. If 0 (default value) all rows will be returned. |
| Type | Description |
|---|---|
| IDataList |