Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents the collection base class that provides data paging support for large collections and querying support such as sorting and filtering.
The QueryBasedCollection<T> type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. (Inherited from CollectionBase<T>.) |
![]() |
IsSynchronized | Gets whether the collection is synchronized. (Inherited from CollectionBase<T>.) |
![]() |
Item[Int32] | Gets the item at the specified index. (Inherited from CollectionBase<T>.) |
![]() |
Item[Guid] | Gets an item by its unique identifier (ID). |
![]() |
Item[String] | Gets an item by its Web-relative URL. |
![]() |
RowLimit | Gets the maximum number of items that can be contained in a collection that is using data paging. |
![]() |
SyncRoot | Gets the object that can be used to synchronize access to this collection. (Inherited from CollectionBase<T>.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CopyTo | Copies the internal collection to the specified array, starting at the specified index. (Inherited from CollectionBase<T>.) |
![]() |
EnsureItemIsUnique | Verifies whether the current item has already been retrieved. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | Returns a generic enumerator that can iterate through this generic CollectionBase instance. (Inherited from CollectionBase<T>.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
QueryNext | Advances the collection to the next subset of paged data. |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Gets an enumerator that can iterate through the CollectionBase. (Inherited from CollectionBase<T>.) |
Top