Click or drag to resize
IPrefetchPathCore Interface
Core interface for prefetch paths

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 IPrefetchPathCore : IEnumerable

The IPrefetchPathCore type exposes the following members.

Properties
  NameDescription
Public propertyCount
Returns the number of elenents in this object
Public propertyItem
Indexer in the prefetch path
Public propertyRootEntityType
The EntityType enum value for the entity which is the root type of this path.
Top
Methods
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Top
See Also