whereClause

A where clause that defines the features from the com.arcgismaps.data.FeatureTable to use as fences. The string that is used as the FeatureFenceParameters.whereClause should follow standard SQL syntax similar to what is discussed in the document SQL reference for query expressions used in ArcGIS.

The number of features fetched by querying an online table is limited by the layer's com.arcgismaps.arcgisservices.ArcGISFeatureLayerInfo.maxRecordCount. Service feature tables that support pagination (com.arcgismaps.arcgisservices.ArcGISFeatureLayerInfo.supportsPagination) are not subject to the maximum feature count limit.

Since

200.1.0