[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
returns an
ObjectField
object
to configure the specified field.
Namespace: Db4objects.Db4o.Config
Assembly:
Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function ObjectField ( _
fieldName As String _
) As IObjectField |
Parameters
- fieldName
- System.String
the fieldname of the field to be configured.
Return Value
an instance of an
ObjectField
object for configuration.