Save the current changes. If no fields are
Dirty, no save is performed.
You can use the
Save(MapperSaveOptions) to override certain standard Save behaviour, the standard behaviour is typically recommended.
See
Save(MapperSaveOptions) for some additional information about mapper saves.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxPublic Function Save As Boolean
Return Value
Type:
BooleanTrue if a save is performed, else false.
Implements
IMapperSave
See Also