whereClause

A SQL expression that defines which features are rendered. The where clause string that is used as the DisplayFilter.whereClause should follow standard SQL syntax similar to what is discussed in the document https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/sql-reference-for-elements-used-in-query-expressions.htm.

A where clause that is not valid for the data may result in no features being drawn when this display filter is applied either by ManualDisplayFilterDefinition.activeFilter or by ScaleRangeDisplayFilter.maxScale. Check the layer's LayerViewState for a LayerViewStatus.Warning; if there is one, then there might be a LayerViewState.error describing that the display filter's where clause is not valid.

Since

200.1.0