Click or drag to resize

MapperKernelClone Method (IMapper, MapperCloneFlags, Flavors)

Create a clone of the mapper. Unless otherwise specified by modifier flags, the clone will be requeried using the same filters and sort as the original mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Clone(
	IMapper clone,
	MapperCloneFlags flags,
	Flavors flavor
)

Parameters

clone
Type: NetQuarry.DataIMapper
The IMapper object to clone.
flags
Type: NetQuarry.DataMapperCloneFlags
Modifier flags
flavor
Type: NetQuarry.DataFlavors
The Flavor or Flavors to apply to the mapper.

Implements

IMapperClone(IMapper, MapperCloneFlags, Flavors)
See Also