Summary
returns a collection factory for an ObjectContainer
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Collections - Containing Type
- CollectionFactory
Syntax
public static CollectionFactory ForObjectContainer(IObjectContainer objectContainer)
Parameters
| Name | Type | Description |
|---|---|---|
| objectContainer | IObjectContainer | - the ObjectContainer |
Return Value
| Type | Description |
|---|---|
| CollectionFactory | the CollectionFactory |