destinationTableRowFilter

Indicates whether tables will contain all rows or can be filtered to a smaller set of related rows. When the property is DestinationTableRowFilter.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 GeoModel.tables are considered as candidates for filtering.

This does not apply when the table:

The relationships of a table are accessible via ArcGISFeatureTable.layerInfo and the ArcGISFeatureLayerInfo.relationshipInfos property.

The default value is DestinationTableRowFilter.RelatedOnly.

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

Since

200.1.0