- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Reflect .Generic - Containing Type
- IReflectClassBuilder
Syntax
IReflectField CreateField(IReflectClass parentType, string fieldName, IReflectClass fieldType, bool isVirtual, bool isPrimitive, bool isArray, bool isNArray)
Parameters
Name | Type | Description |
---|---|---|
parentType | IReflectClass | |
fieldName | string | |
fieldType | IReflectClass | |
isVirtual | bool | |
isPrimitive | bool | |
isArray | bool | |
isNArray | bool |
Return Value
Type | Description |
---|---|
IReflectField |