PrefetchPath2 Class |
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The PrefetchPath2 type exposes the following members.
Name | Description | |
---|---|---|
![]() | PrefetchPath2(Enum) |
CTor
|
![]() | PrefetchPath2(Int32) |
CTor
|
Name | Description | |
---|---|---|
![]() | Capacity |
Returns the capacity of the collection
|
![]() | Count |
Returns the number of elements in this path
|
![]() | Item |
Indexer in the prefetch path
|
![]() | RootEntityType |
The EntityType enum value for the entity which is the root type of this path.
|
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 | |
---|---|---|
![]() ![]() | UseRootMaxLimitAndSorterInPrefetchPathSubQueriesDefault |
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.
|
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. |
![]() ![]() | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. |
![]() ![]() | IListIsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() ![]() | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() ![]() | IListItem | Gets or sets the element 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. |
![]() ![]() | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
![]() ![]() | IPrefetchPathCoreItem |
Indexer in the prefetch path
|