Click or drag to resize

MapperDatasheetSave Method

Overload List
  NameDescription
Public methodSave
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.
(Inherited from MapperKernel.)
Public methodSave(MapperSaveOptions)
Save the current changes allowing for specific MapperSaveOptions options. If no fields are Dirty, no save is performed. Saves are typically performed using the Save method with default mapper Save behaviour.
(Overrides MapperKernelSave(MapperSaveOptions).)
Top
See Also