ITemplateGroupSpecificCreatorCreatePrefetchPathObject Method |
Creates a new prefetch path object for the entity type specified.
Namespace: SD.LLBLGen.Pro.LinqSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
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