Summary
Objects implementing the "Internal4" marker interface are
not visible to queries, unless this flag is set to true.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Containing Type
- ObjectContainerBase
Syntax
public virtual void ShowInternalClasses(bool show)
Remarks
Objects implementing the "Internal4" marker interface are
not visible to queries, unless this flag is set to true.
The caller should reset the flag after the call.
Parameters
Name | Type | Description |
---|---|---|
show | bool |
Return Value
Type | Description |
---|---|
void |