Click or drag to resize

EntityQuery<TEntity>.WithPath 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.9.0.0 (5.9.0)
Syntax
public EntityQuery<TEntity> WithPath(
	IPrefetchPathElementCore element,
	params IPrefetchPathElementCore[] otherElements
)

Parameters

element
Type: SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore
The element.
otherElements
Type:SD.LLBLGen.Pro.ORMSupportClasses.IPrefetchPathElementCore[]
The other elements.

Return Value

Type: EntityQuery<TEntity>
See Also