GigaSpaces XAP.NET Documentation
SpaceProxyExtensions Class
Class LibraryGigaSpaces.Core.LinqSpaceProxyExtensions
Extension methods to provide LINQ support for space proxies.
Declaration Syntax
C#Visual BasicVisual C++J#
public static class SpaceProxyExtensions
<ExtensionAttribute> _
Public NotInheritable Class SpaceProxyExtensions
[ExtensionAttribute]
public ref class SpaceProxyExtensions abstract sealed
/** @attribute ExtensionAttribute */
public final class SpaceProxyExtensions
Members
All MembersMethods



IconMemberDescription
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.

Inheritance Hierarchy
Object
SpaceProxyExtensions

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 15.2.0.0 (15.2.0)