PrefetchPath Methods |
The PrefetchPath type exposes the following members.
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.
| |
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 | |
---|---|---|
IListAdd | Adds an item to the IList. | |
IListContains | Determines whether the IList contains a specific value. | |
ICollectionCopyTo | ||
IEnumerableGetEnumerator |
Returns an enumerator that iterates through the CollectionBase instance.
| |
IListIndexOf | Determines the index of a specific item in the IList. | |
IListInsert | Inserts an item to the IList at the specified index. | |
IListRemove | Removes the first occurrence of a specific object from the IList. | |
IListRemoveAt | Removes the IList item at the specified index. |