[This is preliminary documentation and is subject to change.]
Implementation of Query interface.


- T
[Missing <typeparam name="T"/> documentation for "T:Sorm.Query`1"]

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ascending(String) | |
![]() | constraints |
List of constraints assigned to this instance.
|
![]() | descending(String) | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | execute()()() |
The prepared Query will be executed.
|
![]() | execute(Int32) |
The prepared Query will be executed and activates the loaded
objects to the requested depth.
|
![]() | field(String) |
Makes a field available to be used for constraints. The field must be known through the type
parameter for this instance. Use dot syntax to access fields from linked types.
|
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | orders |
List of orderings assigned to this instance.
|
![]() | ToString()()() | (Inherited from Object.) |

Object | |
![]() | Query<(Of <(T>)>) |