[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- Extent
Overload List
| Name | Description |
|---|---|
| Query<(Of Extent>)() |
queries for all instances of the type extent.
|
| Query() |
creates a new SODA
IQuery
.
Use Get(Object template) for simple Query-By-Example. Native queries are the recommended main db4o query interface. |
| Query(Predicate) | Native Query Interface. |
| Query(Predicate, IQueryComparator) | Native Query Interface. |
| Query(Predicate, IComparer) | Native Query Interface. |
| Query<(Of Extent>)(IComparer<(Of Extent>)) |
queries for all instances of the type extent sorting with the specified comparer.
|
| Query<(Of Extent>)(Predicate<(Of Extent>)) | .NET 2.0 Native Query interface. |
| Query<(Of Extent>)(Predicate<(Of Extent>), IComparer<(Of Extent>)) | Native Query Interface. |
| Query<(Of Extent>)(Predicate<(Of Extent>), Comparison<(Of Extent>)) | Native Query Interface. |
| Query(Type) | queries for all instances of a class. |
| Query<(Of ElementType>)(Type) |
queries for all instances of the type extent, returning
a IList of ElementType which must be assignable from
extent.
|