- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- FieldMetadata
Syntax
public FieldMetadata(ClassMetadata containingClass, string name, int fieldTypeID, bool primitive, bool isArray, bool isNArray)
Parameters
| Name | Type | Description |
|---|---|---|
| containingClass | ClassMetadata | |
| name | string | |
| fieldTypeID | int | |
| primitive | bool | |
| isArray | bool | |
| isNArray | bool |
Return Value
| Type | Description |
|---|---|
| void |