Summary
gets called when an value type is to be read from the database.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Typehandlers - Containing Type
- IValueTypeHandler
Syntax
Object Read(IReadContext context)
Remarks
gets called when an value type is to be read from the database.
Parameters
Name | Type | Description |
---|---|---|
context | IReadContext |
Return Value
Type | Description |
---|---|
Object | the read value type |