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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.12 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.12 - 100.15 |
.NET 5 | 100.12 |
.NET Core 3.1 | 100.12 |
Xamarin.Android | 100.12 - 100.15 |
Xamarin.iOS | 100.12 - 100.15 |
UWP | 100.12 - 100.15 |