MapperCommandsFind Method |
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
)
Public Function Find (
searchID As String,
findType As CommandFindType
) As MapperCommand
Parameters
- searchID
- Type: SystemString
The item to find. - findType
- Type: NetQuarry.DataCommandFindType
The type of find to use.
Return Value
Type:
MapperCommandThe command, if a match is found, else null.
See Also