query Option
Whether all, filtered or no features will be copied from the server when creating a geodatabase. Determines how other properties of the GenerateLayerOption are applicable, valid combinations are:
GenerateLayerQueryOption.None to specify no features, or only related features as specified by the GenerateLayerOption.includeRelated property. When combined with SyncDirection.Upload synchronization this option can be used for an efficient upload-only work-flow.
GenerateLayerQueryOption.UseFilter to filter features by geometry or where clause or both. The properties GenerateLayerOption.useGeometry and GenerateLayerOption.whereClause are applicable.
GenerateLayerQueryOption.All all other properties are ignored, all features are returned
The default is GenerateLayerQueryOption.UseFilter.
Since
200.1.0