Click or drag to resize
IDataAccessCoreFetchExcludedFieldBatch Method
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
IDataReader FetchExcludedFieldBatch(
	IEntityFieldsCore resultFields,
	IRelationPredicateBucket filter,
	int batchSize
)

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.

Return Value

Type: IDataReader
See Also