Summary
gets called when an object is to be written to the database.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Typehandlers - Containing Type
- ITypeHandler4
Syntax
void Write(IWriteContext context, Object obj)
Remarks
gets called when an object is to be written to the database.
Parameters
Name | Type | Description |
---|---|---|
context | IWriteContext | |
obj | Object | the object |
Return Value
Type | Description |
---|---|
void |