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
System.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.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.12 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.12 - 100.15
.NET 5100.12
.NET Core 3.1100.12
Xamarin.Android100.12 - 100.15
Xamarin.iOS100.12 - 100.15
UWP100.12 - 100.15
In This Article
Back to top Copyright © 2022 Esri.