PrefetchPath2 Methods |
The PrefetchPath2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add(IPrefetchPathElement2) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, ExcludeIncludeFieldsList) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, IEntityFactory2) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IEntityFactory2) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, IEntityFactory2) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression, IEntityFactory2) |
Adds the specified element to the path.
|
![]() | Add(IPrefetchPathElement2, Int32, IPredicateExpression, IRelationCollection, ISortExpression, IEntityFactory2, ExcludeIncludeFieldsList) |
Adds the specified element to the path.
|
![]() | Clear |
Clears this instance
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | IList.Add | Adds an item to the IList. |
![]() ![]() | IList.Contains | Determines whether the IList contains a specific value. |
![]() ![]() | ICollection.CopyTo | |
![]() ![]() | IEnumerable.GetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
|
![]() ![]() | IList.IndexOf | Determines the index of a specific item in the IList. |
![]() ![]() | IList.Insert | Inserts an item to the IList at the specified index. |
![]() ![]() | IList.Remove | Removes the first occurrence of a specific object from the IList. |
![]() ![]() | IList.RemoveAt | Removes the IList item at the specified index. |