Summary
returns an
Db4objects.Db4o.Config.IObjectField
object
to configure the specified field.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IObjectClass
Syntax
IObjectField ObjectField(string fieldName)
Parameters
Name | Type | Description |
---|---|---|
fieldName | string | the name of the field to be configured. |
Return Value
Type | Description |
---|---|
IObjectField |
an instance of an
Db4objects.Db4o.Config.IObjectField
object for configuration.
|