Click or drag to resize

AdapterSpecificCreatorCreatePrefetchPathObject Method

Creates a new prefetch path object for the entity type specified.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public IPrefetchPathCore CreatePrefetchPathObject(
	int entityType
)

Parameters

entityType
Type: SystemInt32
Type of the entity.

Return Value

Type: IPrefetchPathCore
ready to use prefetch path object.

Implements

ITemplateGroupSpecificCreatorCreatePrefetchPathObject(Int32)
See Also