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
)
Public Sub Add (
id As String,
command As MapperCommand
)
Parameters
- id
- Type: SystemString
The command's ID. - command
- Type: NetQuarry.DataMapperCommand
The command to add.
See Also