ArcGIS Pro 2.9 API Reference Guide
WhereClause Property (QueryFilter)

ArcGIS.Core.Data Namespace > QueryFilter Class : WhereClause Property
Gets or sets the where clause used to filter the rows returned.
Syntax
public string WhereClause {get; set;}
Public Property WhereClause As String
Remarks
Rows for which the where clause evaluates to True are returned by the filter. Those rows which evaluate to False or Unknown (Null) are not returned.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

QueryFilter Class
QueryFilter Members