Click or drag to resize

MapperKernelMoveNew Method (Boolean)

Move to a new record.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual bool MoveNew(
	bool ignorePostBackData
)

Parameters

ignorePostBackData
Type: SystemBoolean
Specifies whether or not the postback data should be ignored.

Return Value

Type: Boolean
True if movement succeeded, else false.

Implements

IMapperMoveNew(Boolean)
See Also