IPrefetchPath Interface | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The IPrefetchPath type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | 
            Returns the number of elenents in this object
              (Inherited from IPrefetchPathCore.) | |
| Item | 
            Indexer in the prefetch path
              | |
| RootEntityType | 
            The EntityType enum value for the entity which is the root type of this path.
              (Inherited from IPrefetchPathCore.) | 
| Name | Description | |
|---|---|---|
| Add(IPrefetchPathElement) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, ExcludeIncludeFieldsList) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, Int32) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, Int32, IPredicateExpression) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection, ISortExpression) | 
            Adds the specified element to the path.
              | |
| Add(IPrefetchPathElement, Int32, IPredicateExpression, IRelationCollection, ISortExpression, ExcludeIncludeFieldsList) | 
            Adds the specified element to the path.
              | |
| GetEnumerator | Returns an enumerator that iterates through a collection.  (Inherited from IEnumerable.) |