Click or drag to resize

TypedMapperMoveNew Method

Moves to a new record in the mapper.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void MoveNew()
Remarks
You must call MoveNew before creating a new record. MoveNew copies the default values into the fields.
See Also