Method QueryData
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
QueryData(IEnumerable<IColumnFilter>)
Retrieves the rows that match the specified filters.
IEnumerable<object[]> QueryData(IEnumerable<IColumnFilter> filters)Parameters
- filtersIEnumerable<IColumnFilter>
- Filters used to filter rows. 
Returns
- IEnumerable<object[]>
- The rows that match the specified filters. 
Remarks
Partial tables will be queried in the background per page, which has less impact on performance.
Exceptions
- ParameterNotFoundException
- The table parameter was not found. 
- ElementStoppedException
- The element is stopped. 
- ElementNotFoundException
- The element was not found in the DataMiner System.