Click or drag to resize

MapperCommandsAdd Method (String, MapperCommand)

Add a command to the collection.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	string id,
	MapperCommand command
)

Parameters

id
Type: SystemString
The command's ID.
command
Type: NetQuarry.DataMapperCommand
The command to add.
See Also