Show / Hide Table of Contents

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
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.