[This is preliminary documentation and is subject to change.]
Description of Query.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public interface Query<T>
Public Interface Query(Of T)
generic<typename T> public interface class Query
Generic Template Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:Sorm.Interfaces.Query`1"]
Members
All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
ascending(String) |
Start an order chain with the given field.
| |
constraints |
List of constraints assigned to this interface.
| |
descending(String) |
Start an order chain with the given field.
| |
execute()()() |
The prepared Query will be executed.
| |
execute(Int32) |
The prepared Query will be executed and activates the loaded
objects to the requested depth.
| |
orders |
List of orderings assigned to this interface.
|