[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodFetch(SPList)
Executes the query against a list.
Public methodFetch<(Of <T>)>(SPList)
Executes the query against a given list and then binds to a specified object class.
Public methodFetch(SPSite)
Executes the query against a site collection.
Public methodFetch<(Of <T>)>(SPSite)
Executes the query against a given site collection and then binds to a specified object class.
Public methodFetch<(Of <T>)>(SPWeb)
Executes the query against a given SPWeb and binds to a specified object class.
Public methodFetch(SPWeb)
Executes the query against a website.
Public methodStatic memberFetch(SPList, String)
A static method for quickly retrieving items from a list based on a query string.
Public methodFetch(SPWeb, CAML..::QueryScope)
Retrieves a collection of list items from a SharePoint web using the attached query.
Public methodFetch<(Of <T>)>(SPWeb, CAML..::QueryScope)
Executes the query against a website for a given scope and then binds to a specified object class.

See Also