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
Public NotInheritable Class SpaceProxyExtensions
public ref class SpaceProxyExtensions abstract sealed
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, S>)>)>)>))
Returns the maximal element of the given query, based on the given projection.

MinEntry<(Of <(T, S>)>)(IQueryable<(Of <(T>)>), Expression<(Of <(Func<(Of <(T, S>)>)>)>))
Returns the minimal element of the given query, based on the given projection.

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: 12.1.0.0 (12.1.0.17000)