IStoredField.

Get(Object) Method

Summary

returns the field value on the passed object.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Ext
Containing Type
IStoredField

Syntax

Object Get(Object onObject)

Remarks

returns the field value on the passed object.

This method will also work, if the field is not present in the current version of the class.

It is recommended to use this method for refactoring purposes, if fields are removed and the field values need to be copied to other fields.

Parameters

Name Type Description
onObject Object

Return Value

Type Description
Object