Summary
    static import support class for
    
		Db4objects.Db4o.Qlin.IQLin
    queries.
    - Assembly
- Db4objects.Db4o-2010 .dll 
- Namespace
- Db4objects.Db4o .Qlin 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type["QLinSupport"]
class Type type-node
						
					Syntax
public class QLinSupportMethods
| Name | Value | Summary | 
|---|---|---|
| Ascending | QLinOrderByDirection | 
    parameter for
     Db4objects.Db4o.Qlin.IQLin.OrderBy(System.Object,Db4objects.Db4o.Qlin.QLinOrderByDirection)static | 
| BackingFieldPath | IEnumerator | public for implementors, do not use directly static | 
| Context | void | sets the context for the next query on this thread. static | 
| Context | void | sets the context for the next query on this thread. static | 
| Descending | QLinOrderByDirection | 
    parameter for
     Db4objects.Db4o.Qlin.IQLin.OrderBy(System.Object,Db4objects.Db4o.Qlin.QLinOrderByDirection)static | 
| Field | IReflectField | converts an expression to a single field. static | 
| P | Object | 
    shortcut for the
     Prototype(System.Type<T>)method.static | 
| Prototype | Object | 
    returns a prototype object for a specific class
    to be passed to the where expression of a QLin
    query.
     static |