SimpleORM.NET
Query<(Of <(T>)>) Interface
NamespacesSorm.InterfacesQuery<(Of <(T>)>)

[This is preliminary documentation and is subject to change.]

Description of Query.
Declaration Syntax
C#Visual BasicVisual 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 MembersMethodsProperties



IconMemberDescription
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.

Assembly: sorm.interfaces (Module: sorm.interfaces) Version: 1.0.0.13068