Click or drag to resize

MapperDetailMoveNew Method (Boolean)

Move to a new record.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override 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