GigaSpaces XAP.NET Documentation
ToSpaceQuery<(Of <(T>)>) Method (query)
Class LibraryGigaSpaces.Core.LinqSpaceProxyExtensionsToSpaceQuery<(Of <(T>)>)(IQueryable<(Of <(T>)>))
Convert a LINQ Expression query to a space Expression query, which can be executed directly on the space proxy.
Declaration Syntax
C#Visual BasicVisual C++J#
public static ExpressionQuery<T> ToSpaceQuery<T>(
	IQueryable<T> query
)
Public Shared Function ToSpaceQuery(Of T) ( _
	query As IQueryable(Of T) _
) As ExpressionQuery(Of T)
public:
generic<typename T>
static ExpressionQuery<T>^ ToSpaceQuery(
	IQueryable<T>^ query
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
The result type
Parameters
query (IQueryable<(Of <(T>)>))
A LINQ expression
Return Value
A space expression query

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)