Click or drag to resize

PFItemBaseSave Method

IMPORTANT : will not call overridden Save method! Saves item to database. Note: use transaction. If transaction already exists, will not commit it, but may rollback it if needed (then an exception is thrown).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void BaseSave(
	bool forceChoiceRelationsEnsuring
)

Parameters

forceChoiceRelationsEnsuring
Type: SystemBoolean
Choices with values unchanged will not check corresponding relations unless bidirectional or this flag is set to True (note : costs performances).
See Also