Show / Hide Table of Contents

Property WhereClause

WhereClause

Gets or sets a where clause that defines the features from the FeatureTable to use as fences.

Declaration
public string WhereClause { get; set; }
Property Value
Type Description
string

A where clause that defines the features from the FeatureTable to use as fences.

Remarks

The string that is used as the WhereClause follows standard SQL syntax similar to that 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 MaxRecordCount. Service feature tables that support pagination (SupportsPagination) are not subject to the maximum feature count limit.

Exceptions
Type Condition
InvalidOperationException

Feature fence parameters cannot be modified after Geotrigger monitoring has been started.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.12 - 200.8
.NET100.13 - 300.0
.NET Windows100.13 - 300.0
.NET Android200.0 - 300.0
.NET iOS200.0 - 300.0
.NET Framework100.12 - 200.8
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 200.8
In this article
Provide feedback
Back to top Copyright © 2025 Esri.