Persistate API documentation
SaveToDatabase Method (db, reference, context)
NamespacesPersistatePersistentSaveToDatabase(Database, Reference, Object)

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

This method is intended for use only from generated code, and you should not use it in open code.
Declaration Syntax
C#
public virtual bool SaveToDatabase(
	Database db,
	Reference reference,
	Object context
)
Parameters
db (Database)
The Database containing the table to be updated.
reference (Reference)
The Reference to give the object.
context (Object)
An object containing the context of the update.
Return Value
In this class, throws an exception and does not return.
Remarks
Saves the fields of a derived class to a database table.

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