Click or drag to resize
EntityQueryTEntityWithPath Method
Specifies the prefetch path to use for this query. Prefetch paths are only used when this query is the outer query which is executed.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public EntityQuery<TEntity> WithPath(
	IPrefetchPathElementCore element,
	params IPrefetchPathElementCore[] otherElements
)

Parameters

element
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The element.
otherElements
Type: SD.LLBLGen.Pro.ORMSupportClassesIPrefetchPathElementCore
The other elements.

Return Value

Type: EntityQueryTEntity
See Also