EntityCoreTFieldsEntityStaticMetaDataBaseGetPrefetchPathElement Method (String, IEntityCollection) | 
 
            Creates a prefetch path element for the navigator specified. The collection specified is the collection created for this element which will contain the data fetched for this node.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic IPrefetchPathElement GetPrefetchPathElement(
	string navigator,
	IEntityCollection collection
)
Public Function GetPrefetchPathElement ( 
	navigator As String,
	collection As IEntityCollection
) As IPrefetchPathElement
Parameters
- navigator
 - Type: SystemString
 - collection
 - Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
 
Return Value
Type: 
IPrefetchPathElement
See Also