Enum DestinationTableRowFilter
Indicates whether tables will contain all rows or can be filtered to a smaller set of related rows. Used by the DestinationTableRowFilter property.
Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum DestinationTableRowFilter
Fields
| Name | Description |
|---|---|
| All | Indicates all rows of a table will be take offline. |
| RelatedOnly | Indicates that, where appropriate, a table will be filtered to only related rows when taking the table offline. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.4 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.4 - 200.8 |
| Xamarin.Android | 100.4 - 100.15 |
| Xamarin.iOS | 100.4 - 100.15 |
| UWP | 100.4 - 200.8 |