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
Target | Versions |
---|---|
.NET Standard 2.0 | 100.4 - 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.4 - 200.5 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.5 |