Extension methods to provide LINQ support for space proxies.

C# | Visual Basic | Visual C++ | J# |
public static class SpaceProxyExtensions
Public NotInheritable Class SpaceProxyExtensions
public ref class SpaceProxyExtensions abstract sealed
public final class SpaceProxyExtensions

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() ![]() | Batch<(Of <(T>)>)(IQueryable<(Of <(T>)>)) |
Returns the results from the space in multiple batches instead of a single array.
|
![]() ![]() | Batch<(Of <(T>)>)(IQueryable<(Of <(T>)>), Int32) |
Returns the results from the space in multiple batches instead of a single array.
|
![]() ![]() | Query<(Of <(T>)>)(IReadOnlySpaceProxy) |
Creates a LINQ query using the specified space proxy.
|
![]() ![]() | ToSpaceQuery<(Of <(T>)>)(IQueryable<(Of <(T>)>)) |
Convert a LINQ Expression query to a space Expression query, which can be executed directly on the space proxy.
|

Object | |
![]() | SpaceProxyExtensions |