Click or drag to resize
IDataAccessCoreFetchExcludedFieldBatchAsync Method
Async variant of FetchExcludedFieldBatch(IEntityFieldsCore, IRelationPredicateBucket, Int32). Fetches the excluded field batch defined by the parameters specified. The returned reader is used by the batch fetcher to merge the resultset it represents into the entities hold by the caller.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
Task<IDataReader> FetchExcludedFieldBatchAsync(
	IEntityFieldsCore resultFields,
	IRelationPredicateBucket filter,
	int batchSize,
	CancellationToken cancellationToken
)

Parameters

resultFields
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFieldsCore
The result fields.
filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
The filter.
batchSize
Type: SystemInt32
Size of the batch.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: TaskIDataReader
See Also