Click or drag to resize

DataAccessCoreImpl.IDataAccessCore.FetchExcludedFieldBatch 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.SelfServicingSpecific
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
IDataReader IDataAccessCore.FetchExcludedFieldBatch(
	IEntityFieldsCore resultFields,
	IRelationPredicateBucket filter,
	int batchSize
)

Parameters

resultFields
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityFieldsCore
The result fields.
filter
Type: SD.LLBLGen.Pro.ORMSupportClasses.IRelationPredicateBucket
The filter.
batchSize
Type: System.Int32
Size of the batch.

Return Value

Type: IDataReader

Implements

IDataAccessCore.FetchExcludedFieldBatch(IEntityFieldsCore, IRelationPredicateBucket, Int32)
See Also