Click or drag to resize

DBConfigurationBaseGetAllSingleSearchDataByMapName Method

Gets all the single search data.

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual SingleSearchData[] GetAllSingleSearchDataByMapName(
	string mapName
)

Parameters

mapName
Type: SystemString
Name of the associated map.

Return Value

Type: SingleSearchData
All the single search data

Implements

IDBConfigReaderGetAllSingleSearchDataByMapName(String)
See Also