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>(
	this IReadOnlySpaceProxy spaceProxy
)
<ExtensionAttribute> _
Public Shared Function Query(Of T) ( _
	spaceProxy As IReadOnlySpaceProxy _
) As IQueryable(Of T)
[ExtensionAttribute]
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: 15.0.0.0 (15.0.0)