GigaSpaces XAP.NET Documentation
Batch<(Of <(<'T>)>)> Method (query)
Class LibraryGigaSpaces.Core.LinqSpaceProxyExtensionsBatch<(Of <<'(T>)>>)(IQueryable<(Of <<'(T>)>>))
Returns the results from the space in multiple batches instead of a single array.
Declaration Syntax
C#Visual BasicVisual C++J#
public static IQueryable<T> Batch<T>(
	this IQueryable<T> query
)
<ExtensionAttribute> _
Public Shared Function Batch(Of T) ( _
	query As IQueryable(Of T) _
) As IQueryable(Of T)
[ExtensionAttribute]
public:
generic<typename T>
static IQueryable<T>^ Batch(
	IQueryable<T>^ query
)
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:GigaSpaces.Core.Linq.SpaceProxyExtensions.Batch``1(System.Linq.IQueryable{``0})"]

Parameters
query (IQueryable<(Of <(<'T>)>)>)
Query to configure
Return Value

[Missing <returns> documentation for "M:GigaSpaces.Core.Linq.SpaceProxyExtensions.Batch``1(System.Linq.IQueryable{``0})"]

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.0.0.0 (14.0.0.20000)