Click or drag to resize

RemoteMapperDoDataExchange Method

Exchanges data between the RemoteMapper and the mapper

Namespace:  NetQuarry.Net
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected abstract void DoDataExchange(
	IMapper m,
	bool prepareForSave
)

Parameters

m
Type: NetQuarry.DataIMapper
The mapper object
prepareForSave
Type: SystemBoolean
True if the operation is saving, otherwise false.
See Also