SimpleORM.NET
Query<(Of <(T>)>) Class
NamespacesSormQuery<(Of <(T>)>)

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

Implementation of Query interface.
Declaration Syntax
C#Visual BasicVisual C++
public class Query<T> : Query<T>
Public Class Query(Of T) _
	Implements Query(Of T)
generic<typename T>
public ref class Query : Query<T>
Generic Template Parameters
T

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

Members
All MembersMethodsProperties



IconMemberDescription
ascending(String)

constraints
List of constraints assigned to this instance.

descending(String)

Equals(Object)
Determines whether the specified Object is equal to the current 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()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Query<(Of <(T>)>)

Assembly: sorm (Module: sorm) Version: 1.0.0.13068