Show / Hide Table of Contents

Property DestinationTableRowFilter

DestinationTableRowFilter

Gets or sets a value indicating whether tables will contain all rows or can be filtered to a smaller set of related rows.

Declaration
public DestinationTableRowFilter DestinationTableRowFilter { get; set; }
Property Value
Type Description
DestinationTableRowFilter

A value indicating whether tables will contain all rows or can be filtered to a smaller set of related rows.

Remarks

When the property is RelatedOnly (the default) this can substantially reduce the number of rows in offline tables to only those that are related to rows from other layers or tables. Only tables present in Tables are considered as candidates for filtering. This does not apply when the table:

  • Is the origin of a relationship and not a destination.
  • Is a destination of a relationship from a layer.
  • Is a table which is not in the map.
  • Is editable and ReturnSchemaOnlyForEditableLayers is true.
  • Has a DefinitionExpression and IsDefinitionExpressionFilterEnabled is true.

The relationships of a table are accessible via LayerInfo and the RelationshipInfos property.

The default value is RelatedOnly.

If set to All then all rows in tables are returned.

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0100.4 - 100.15
.NET 6.0100.13 - 100.15
.NET 6.0 Windows100.13 - 100.15
.NET Framework100.4 - 100.15
.NET 5100.10 - 100.12
.NET Core 3.1100.7 - 100.12
Xamarin.Android100.4 - 100.15
Xamarin.iOS100.4 - 100.15
UWP100.4 - 100.15
In This Article
Back to top Copyright © 2022 Esri.