GigaSpaces XAP.NET Documentation
Query<(Of <(T>)>) Method (spaceProxy)
Class LibraryGigaSpaces.Core.LinqSpaceProxyExtensionsQuery<(Of <(T>)>)(IReadOnlySpaceProxy)
Creates a LINQ query using the specified space proxy.
Declaration Syntax
C#Visual BasicVisual C++J#
public static IQueryable<T> Query<T>(
	IReadOnlySpaceProxy spaceProxy
)
Public Shared Function Query(Of T) ( _
	spaceProxy As IReadOnlySpaceProxy _
) As IQueryable(Of T)
public:
generic<typename T>
static IQueryable<T>^ Query(
	IReadOnlySpaceProxy^ spaceProxy
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The query's type
Parameters
spaceProxy (IReadOnlySpaceProxy)
The space proxy which will be used to execute the query
Return Value
A LINQ query.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 12.2.0.0 (12.2.0.18000)