[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() | Fetch(SPList) |
Executes the query against a list.
|
![]() | Fetch<(Of <T>)>(SPList) |
Executes the query against a given list and then binds to a specified object class.
|
![]() | Fetch(SPSite) |
Executes the query against a site collection.
|
![]() | Fetch<(Of <T>)>(SPSite) |
Executes the query against a given site collection and then binds to a specified object class.
|
![]() | Fetch<(Of <T>)>(SPWeb) |
Executes the query against a given SPWeb and binds to a specified object class.
|
![]() | Fetch(SPWeb) |
Executes the query against a website.
|
![]() ![]() | Fetch(SPList, String) |
A static method for quickly retrieving items from a list based on a query string.
|
![]() | Fetch(SPWeb, CAML..::QueryScope) |
Retrieves a collection of list items from a SharePoint web using the attached query.
|
![]() | Fetch<(Of <T>)>(SPWeb, CAML..::QueryScope) |
Executes the query against a website for a given scope and then binds to a specified object class.
|