Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The application context.

Return Value

Type: MapperCommand
A clone of this command.
See Also