Click or drag to resize

IBusinessObjectApiGetBatches Method

Get Batches

Namespace:  PSI.Sox.Interfaces
Assembly:  PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax
IQueryable<Batch> GetBatches(
	UserContext userContext,
	SearchCriteria searchCriteria,
	out int totalRecords
)

Parameters

userContext
Type: PSI.SoxUserContext
UserContext userContext
searchCriteria
Type: SearchCriteria
SearchCriteria searchCriteria
totalRecords
Type: SystemInt32
totalRecords

Return Value

Type: IQueryableBatch
IQueryable of Batch
See Also