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 |
---|---|
Destination |
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 Related
- 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 Return
Schema isOnly For Editable Layers true
. -
Has a Definition
Expression and IsDefinition isExpression Filter Enabled true
.
The relationships of a table are accessible via Layer
The default value is Related
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.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.4 - 200.6 |
Xamarin.Android | 100.4 - 100.15 |
Xamarin.iOS | 100.4 - 100.15 |
UWP | 100.4 - 200.6 |