VirtualObjectQueryTObject Methods |
The VirtualObjectQueryTObject generic type exposes the following members.
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).) |