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.6.0.0 (5.6.19.0117)
Syntax IPrefetchPathCore 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