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>(
	this IQueryable<T> query
)
<ExtensionAttribute> _
Public Shared Function ToSpaceQuery(Of T) ( _
	query As IQueryable(Of T) _
) As ExpressionQuery(Of T)
[ExtensionAttribute]
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: 14.2.0.0 (14.2.0.20400)