CatalogLoadDataSetSet.Queries Property
Gets the list of queries used to find and load the data set services.
Syntax
public CatalogQueryCollection Queries { get; }
Property Value
Default: Empty collection.
A list of queries used to find and load the data set services
Remarks
This property should normally hold one or more CatalogQuery instances. Each query will be executed, and the matching metadata records will be loaded using Catalog.LoadDataSet. The resulting DataSet instances will then be added as child data sets to the CatalogLoadDataSetSet. If no queries are specified, no data sets will be loaded.
Platforms
Windows, Linux, Android