[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
It needs to be of the class storedClass() .
db4o calls this method during storage and query evaluation.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function OnStore ( _ container As IObjectContainer, _ applicationObject As Object _ ) As Object |
C# |
---|
Object OnStore ( IObjectContainer container, Object applicationObject ) |
Visual C++ |
---|
Object^ OnStore ( IObjectContainer^ container, Object^ applicationObject ) |
Parameters
- container
- Db4objects.Db4o.IObjectContainer
the ObjectContainer used
- applicationObject
- System.Object
the Object to be translated
Return Value
return the object to store.It needs to be of the class storedClass() .
Remarks
db4o calls this method during storage and query evaluation.