GigaSpaces XAP.NET Documentation
Batch<(Of <(T>)>) Method (query, batchSize)
Class LibraryGigaSpaces.Core.LinqSpaceProxyExtensionsBatch<(Of <(T>)>)(IQueryable<(Of <(T>)>), Int32)
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>(
	IQueryable<T> query,
	int batchSize
)
Public Shared Function Batch(Of T) ( _
	query As IQueryable(Of T), _
	batchSize As Integer _
) As IQueryable(Of T)
public:
generic<typename T>
static IQueryable<T>^ Batch(
	IQueryable<T>^ query, 
	int batchSize
)
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},System.Int32)"]

Parameters
query (IQueryable<(Of <(T>)>))
Query to configure
batchSize (Int32)
Maximum number of results per batch
Return Value

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

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.1.0.0 (10.1.1.12800)