Click or drag to resize
IPrefetchPath Interface
Interface definition for the PrefetchPath type, which specifies a prefetch path to fetch related entities during a fetch. SelfServicing specific.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public interface IPrefetchPath : IPrefetchPathCore, 
	IEnumerable

The IPrefetchPath type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of elenents in this object
(Inherited from IPrefetchPathCore.)
Public propertyItem
Indexer in the prefetch path
Public propertyRootEntityType
The EntityType enum value for the entity which is the root type of this path.
(Inherited from IPrefetchPathCore.)
Top
Methods
  NameDescription
Public methodAdd(IPrefetchPathElement)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, ExcludeIncludeFieldsList)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, Int32)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, Int32, IPredicateExpression)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection, ISortExpression)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection, ISortExpression, ExcludeIncludeFieldsList)
Adds the specified element to the path.
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
See Also