MapperCommandsAdd Method (MapperCommand) |
Adds a command to the collection.
Note that the command should have an
ID to ensure proper handling throughout the application.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int Add(
MapperCommand command
)
Public Function Add (
command As MapperCommand
) As Integer
Parameters
- command
- Type: NetQuarry.DataMapperCommand
The command to add.
Return Value
Type:
Int32The position into which the object was inserted into the underlying IList
See Also