QLinSupport.

Context(IReflectClass) Method

Summary

sets the context for the next query on this thread.
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.Qlin
Containing Type
QLinSupport

Syntax

public static void Context(IReflectClass claxx)

Remarks

sets the context for the next query on this thread. This method should never have to be called manually. The framework should set the context up.

Parameters

Name Type Description
claxx IReflectClass

Return Value

Type Description
void