Persistate API documentation
SaveObject Method (context, oc, reSave)
NamespacesPersistateDatabaseSaveObject(Object, ObjectClass, Boolean%)

[This is preliminary documentation and is subject to change.]

This method is intended for use only by generated code.
Declaration Syntax
C#
public bool SaveObject(
	Object context,
	ObjectClass oc,
	out bool reSave
)
Parameters
context (Object)
An object containing the context of the update.
oc (ObjectClass)
The object class corresponding to the table to update.
reSave (Boolean%)
A value of true on return indicates that the class should perform the save again. This occurs if an update conflict has been successfully resolved.
Return Value
True if the update was successful, otherwise false.
Remarks
Completes the saving of an object to persistent storage.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)