db4o

ObjectClass.objectField Method 

returns an ObjectField object to configure the specified field.

[Visual Basic]
Function objectField( _ 
   ByVal fieldName As String _ 
) As ObjectField
[C#]
ObjectField objectField(
   string fieldName
);
[C++]
ObjectField* objectField(
   String* fieldName
);
[JScript]
function objectField(
   String fieldName
): ObjectField;

Parameters

fieldName
the fieldname of the field to be configured.

Return Value

an instance of an ObjectField object for configuration.

See Also

ObjectClass Interface | com.db4o.config Namespace