VirtualObjectQueryTObject Class |
Namespace: Aloe.SystemFrameworks.Domain.LINQ
public class VirtualObjectQuery<TObject> : ObjectQuery<TObject> where TObject : DomainObject
The VirtualObjectQueryTObject type exposes the following members.
Name | Description | |
---|---|---|
![]() | VirtualObjectQueryTObject |
Initializes a new instance of the VirtualObjectQueryTObject class.
|
Name | Description | |
---|---|---|
![]() | ElementType |
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from ObjectQueryTObject.) |
![]() | Expression |
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from ObjectQueryTObject.) |
![]() | Provider |
Gets the query provider that is associated with this data source.
(Inherited from ObjectQueryTObject.) |
![]() | ReadFunc |
Gets the function which, given the input expression, executes it and returns a resulting buffer.
|
![]() | Repository |
The repository, which is queried by this query
(Inherited from ObjectQueryTObject.) |
![]() | Transaction |
The transaction to which this query is bound
(Inherited from ObjectQueryTObject.) |
Name | Description | |
---|---|---|
![]() | CreateQueryTElement |
Constructs an IQueryableT object that can evaluate the query represented by a specified expression tree.
(Overrides ObjectQueryTObjectCreateQueryTElement(Expression).) |
![]() | ExecuteTResult(Expression) |
Executes the specified expression.
(Inherited from ObjectQueryTObject.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
(Inherited from ObjectQueryTObject.) |
![]() | ReadCount |
Executes the query and returns the result records count.
(Overrides ObjectQueryTObjectReadCount.) |
![]() | ReadToBuffer |
Executes the query and returns the result in a buffer
(Overrides ObjectQueryTObjectReadToBuffer(NullableInt32).) |