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
)
IQueryable<Batch^>^ GetBatches(
UserContext^ userContext,
SearchCriteria^ searchCriteria,
[OutAttribute] int% totalRecords
)
function GetBatches(userContext, searchCriteria, totalRecords);
Parameters
- userContext
- Type: PSI.SoxUserContext
UserContext userContext - searchCriteria
- Type: SearchCriteria
SearchCriteria searchCriteria - totalRecords
- Type: SystemInt32
totalRecords
Return Value
Type:
IQueryableBatchIQueryable of Batch
See Also