MapperCommandClone Method |
Clone the command.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperCommand Clone(
IAppContext cxt
)
Public Function Clone (
cxt As IAppContext
) As MapperCommand
Parameters
- cxt
- Type: NetQuarryIAppContext
The application context.
Return Value
Type:
MapperCommandA clone of this command.
See Also