- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Qlin - Interfaces
- Base Types
-
- Object
- QLinNode
- QLinSodaNode
- QLinSubNode
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
| Name | Summary |
|---|---|
| QLinConstraint |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| _root |
Inherited from QLinSubNode
|
Methods
| Name | Value | Summary |
|---|---|---|
| Equal |
IQLin |
Inherited from QLinNode
|
| Greater |
IQLin |
Inherited from QLinNode
|
| Limit |
IQLin |
Inherited from QLinSubNode
|
| OrderBy |
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 |
Inherited from QLinNode
|
| Smaller |
IQLin |
Inherited from QLinNode
|
| StartsWith |
IQLin |
Inherited from QLinNode
|
| Where |
IQLin |
Inherited from QLinSodaNode
|