Saves this record, without any undo. This function is safe for non-writable-fields
WARNING: There is no undo!
Namespace:
Biolomics.BioCallback
Assembly:
Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Save(
bool p_SaveTargets
)
Public Function Save (
p_SaveTargets As Boolean
) As Boolean
Parameters
- p_SaveTargets
- Type: SystemBoolean
if set to true save targets .
Return Value
Type:
Booleantrue if The record is saved witout error,
false otherwise.
See Also