Click or drag to resize

MapperKernel.Exec Method (MapperExecCmds, Enum,Object[])

The Exec method provide extended functionality for mappers. See MapperExecCmds for the enumerated list of commands.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual Object Exec(
	MapperExecCmds command,
	Enum flags,
	params Object[] args
)

Parameters

command
Type: NetQuarry.Data.MapperExecCmds
The command to execute.
flags
Type: System.Enum
Command-specific modifier flags.
args
Type:System.Object[]
Command-specific parameters.

Return Value

Type: Object
Command-specific result.

Implements

IMapper.Exec(MapperExecCmds, Enum,Object[])
See Also