QLinSupport Class

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 QLinSupport

Methods

Name Value Summary
Ascending() QLinOrderByDirection
parameter for Db4objects.Db4o.Qlin.IQLin.OrderBy(System.Object,Db4objects.Db4o.Qlin.QLinOrderByDirection)
static
BackingFieldPath(Object) IEnumerator
public for implementors, do not use directly
static
Context(IReflectClass) void
sets the context for the next query on this thread.
static
Context(Type) 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(Object) IReflectField
converts an expression to a single field.
static
P(Type) Object
shortcut for the Prototype(System.Type<T>) method.
static
Prototype(Type) Object
returns a prototype object for a specific class to be passed to the where expression of a QLin query.
static