Click or drag to resize
PrefetchPath Class
PrefetchPath class, which specifies a prefetch path to fetch related entities during a fetch. SelfServicing specific.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesPrefetchPath

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
[SerializableAttribute]
public class PrefetchPath : IList, 
	ICollection, IEnumerable, IPrefetchPath, IPrefetchPathCore

The PrefetchPath type exposes the following members.

Constructors
  NameDescription
Public methodPrefetchPath(Enum)
CTor
Public methodPrefetchPath(Int32)
CTor
Top
Properties
  NameDescription
Public propertyCapacity
Returns the capacity of the collection
Public propertyCount
Returns the number of elements in this path
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 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 methodClear
Clears this instance
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberUseRootMaxLimitAndSorterInPrefetchPathSubQueriesDefault
The default value for the 'UseRootMaxLimitAndSorterInPrefetchPathSubQueries' flag. This is also a configurable setting in the config file: add a line to the config file's appSettings section: useRootMaxLimitAndSorterInPrefetchPathSubQueries and specify a value of true or false. Default is false.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate methodIListAdd
Adds an item to the IList.
Explicit interface implementationPrivate methodIListContains
Determines whether the IList contains a specific value.
Explicit interface implementationPrivate methodICollectionCopyTo
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
Explicit interface implementationPrivate methodIListIndexOf
Determines the index of a specific item in the IList.
Explicit interface implementationPrivate methodIListInsert
Inserts an item to the IList at the specified index.
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
Explicit interface implementationPrivate methodIListRemove
Removes the first occurrence of a specific object from the IList.
Explicit interface implementationPrivate methodIListRemoveAt
Removes the IList item at the specified index.
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
Explicit interface implementationPrivate propertyIPrefetchPathCoreItem
Indexer in the prefetch path
Top
See Also