db4o

IField.set Method 

[Visual Basic]
Sub set( _ 
   ByVal onObject As Object, _ 
   ByVal attribute As Object _ 
)
[C#]
void set(
   object onObject,
   object attribute
);
[C++]
void set(
   Object* onObject,
   Object* attribute
);
[JScript]
function set(
   Object onObject,
   Object attribute
);

See Also

IField Interface | com.db4o.reflect Namespace