Click or drag to resize
SelfServicingSpecificCreatorCreatePrefetchPathObject 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.0.0.0 (5.0.0)
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