Click or drag to resize
SpeciesObservationSearchCriteriaCountyProvinceRegionSearchType Property
Specifies how to search when having county or province Regions in the search criteria. ByCoordinate is the default type and uses the precalculated Id's of the observation, the Id is calculated using coordinates. ByName works in the same way as ByCoordinates but the Id's are calculated by matching of region names (primary), secondary by coordinates.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public CountyProvinceRegionSearchType CountyProvinceRegionSearchType { get; set; }

Property Value

Type: CountyProvinceRegionSearchType

Implements

ISpeciesObservationSearchCriteriaCountyProvinceRegionSearchType
See Also