Click or drag to resize
CountyProvinceRegionSearchType Enumeration
Enum for type of search when there are regions of type counties and provinces

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public enum CountyProvinceRegionSearchType
Members
  Member nameValueDescription
ByCoordinate0 The default type of search. The ByCoordinate type is an optimized search. When the region is a county or a province precalculated Id's of the observation are used for filtering the search result. The Id's are calculated using the coordinates of the observation.
ByName1 Search counties and provinces primary by name and secondary by coordinates An optimized search like the ByCoordinate RegionSearchType but the precalculated Id's are calculated by matching by the region names.
See Also