Extension methods to provide LINQ support for space proxies.
![](../icons/collapse_all.gif)
C# | Visual Basic | Visual C++ | J# |
public static class SpaceProxyExtensions
<ExtensionAttribute> _ Public NotInheritable Class SpaceProxyExtensions
[ExtensionAttribute] public ref class SpaceProxyExtensions abstract sealed
/** @attribute ExtensionAttribute */ public final class SpaceProxyExtensions
![](../icons/collapse_all.gif)
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.
|
![]() ![]() | MaxEntry<(Of <<'(T, S>)>>)(IQueryable<(Of <<'(T>)>>), Expression<(Of <<'(Func<(Of <(<'T, TResult>)>)>>)>>)) | |
![]() ![]() | MinEntry<(Of <<'(T, S>)>>)(IQueryable<(Of <<'(T>)>>), Expression<(Of <<'(Func<(Of <(<'T, TResult>)>)>>)>>)) | |
![]() ![]() | 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.
|
![](../icons/collapse_all.gif)
Object | |
![]() | SpaceProxyExtensions |