Property WhereClause
WhereClause
Gets or sets a SQL expression used to filter dynamic entities.
Declaration
public string WhereClause { get; set; }
Property Value
Type | Description |
---|---|
System.String | A SQL expression used to filter dynamic entities. |
Remarks
Use this property to filter dynamic entities by attribute value. Setting this property causes the server to filter observations using the given expression before adding them to the stream.
The expression used as the WhereClause should follow standard SQL syntax as discussed in the document SQL reference for query expressions used in ArcGIS.
The default value is an empty string, meaning observation geometries should be returned in the spatial reference of the service.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |