[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Db4objects.Db4o.Reflect.Generic
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Overridable Function CreateField ( _ parentType As IReflectClass, _ fieldName As String, _ fieldType As IReflectClass, _ isVirtual As Boolean, _ isPrimitive As Boolean, _ isArray As Boolean, _ isNArray As Boolean _ ) As IReflectField |
C# |
---|
public virtual IReflectField CreateField ( IReflectClass parentType, string fieldName, IReflectClass fieldType, bool isVirtual, bool isPrimitive, bool isArray, bool isNArray ) |
Visual C++ |
---|
public: virtual IReflectField^ CreateField ( IReflectClass^ parentType, String^ fieldName, IReflectClass^ fieldType, bool isVirtual, bool isPrimitive, bool isArray, bool isNArray ) |
Parameters
- parentType
- Db4objects.Db4o.Reflect.IReflectClass
- fieldName
- System.String
- isVirtual
- System.Boolean
- isPrimitive
- System.Boolean
- isArray
- System.Boolean
- isNArray
- System.Boolean