Property DefinitionExpression
DefinitionExpression
Gets or sets a SQL expression which limits the features available for query and display on the feature layer.
Declaration
public string DefinitionExpression { get; set; }
Property Value
Type | Description |
---|---|
System.String | A SQL expression which limits the features available for query and display on the feature layer. |
Remarks
The definition expression string should follow standard SQL syntax as detailed in the SQL reference for query expressions used in ArcGIS. document.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Feature layer definition expression: Limit the features displayed on a map with a definition expression.