| ITemplateGroupSpecificCreatorCreatePrefetchPathObject 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.2.0.0 (5.2.17.0403)
SyntaxIPrefetchPathCore CreatePrefetchPathObject(
	int entityType
)
Function CreatePrefetchPathObject ( 
	entityType As Integer
) As IPrefetchPathCore
Parameters
- entityType
 - Type: SystemInt32
Type of the entity. 
Return Value
Type: 
IPrefetchPathCoreready to use prefetch path object. 
See Also