EntityCoreTFieldsEntityStaticMetaDataBaseGetPrefetchPathElement Method (String, IEntityCollection2) |
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 IPrefetchPathElement2 GetPrefetchPathElement(
string navigator,
IEntityCollection2 collection
)
Public Function GetPrefetchPathElement (
navigator As String,
collection As IEntityCollection2
) As IPrefetchPathElement2
Parameters
- navigator
- Type: SystemString
- collection
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
Return Value
Type:
IPrefetchPathElement2
See Also