Click or drag to resize

MapperKernelAddMapperCommand Method

Used by mapper itself to add mapper commands so that we can tell if a newly added command was added by the mapper or externally.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void AddMapperCommand(
	string id,
	MapperCommand command
)

Parameters

id
Type: SystemString
The ID for the command.
command
Type: NetQuarry.DataMapperCommand
The command object
See Also