QLinConstraint Class

graph BT Type-->Base0["QLinSubNode"] click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Qlin/QLinSubNode" Base0-->Base1["QLinSodaNode"] click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Qlin/QLinSodaNode" Base1-->Base2["QLinNode"] click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Qlin/QLinNode" Base2-->Base3["Object"] Type-.->Interface0["IQLin"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Qlin/IQLin" Type["QLinConstraint"] class Type type-node

Syntax

public class QLinConstraint : QLinSubNode, IQLin

Constructors

Fields

Name Constant Value Summary
_root
Inherited from QLinSubNode

Methods

Name Value Summary
Equal(Object) IQLin
Inherited from QLinNode
Greater(Object) IQLin
Inherited from QLinNode
Limit(int) IQLin
Inherited from QLinSubNode
OrderBy(Object, QLinOrderByDirection) IQLin
Inherited from QLinSodaNode
Query() IQuery
Inherited from QLinSubNode
Root() QLinRoot
Inherited from QLinSubNode
Select() IObjectSet
Inherited from QLinSubNode
Single() Object
Inherited from QLinNode
SingleOrDefault(Object) Object
Inherited from QLinNode
Smaller(Object) IQLin
Inherited from QLinNode
StartsWith(string) IQLin
Inherited from QLinNode
Where(Object) IQLin
Inherited from QLinSodaNode