Click or drag to resize

MapperCommandsFind Method

Find the MapperCommand per the findType.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public MapperCommand Find(
	string searchID,
	CommandFindType findType
)

Parameters

searchID
Type: SystemString
The item to find.
findType
Type: NetQuarry.DataCommandFindType
The type of find to use.

Return Value

Type: MapperCommand
The command, if a match is found, else null.
See Also