Click or drag to resize

PrefetchPath2 Methods

The PrefetchPath2 type exposes the following members.

Methods
  NameDescription
Public methodAdd(IPrefetchPathElement2)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, ExcludeIncludeFieldsList)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, IEntityFactory2)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IEntityFactory2)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, IEntityFactory2)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression, IEntityFactory2)
Adds the specified element to the path.
Public methodAdd(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression, IEntityFactory2, 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.
(Overrides ObjectToString.)
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 methodIListRemove
Removes the first occurrence of a specific object from the IList.
Explicit interface implementationPrivate methodIListRemoveAt
Removes the IList item at the specified index.
Top
See Also