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
)
Protected Sub AddMapperCommand (
id As String,
command As MapperCommand
)
Parameters
- id
- Type: SystemString
The ID for the command. - command
- Type: NetQuarry.DataMapperCommand
The command object
See Also