Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SaveChanges member variable, if supported by the derived class.
Syntax
public boolean parmSaveChanges([boolean _saveChanges])
Run On
Called
Parameters
- _saveChanges
Type: boolean
The value to set on the derived class; optional.
Return Value
Type: boolean
The value of the _saveChanges parameter if the method has been overridden for the derived class; otherwise, false.
Remarks
This method must be overridden by derived classes that support save functionality.