[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<(Of <T>)>(SPList)
Retrieves matching items from a list and binds them to objects of any type.
Public methodFetch(SPList)
Retrieves matching list items from a single list.
Public methodFetch(SPSite)
Retrieves matching list items from all lists in all webs of a site collection.
Public methodFetch<(Of <T>)>(SPSite)
Retrieves matching list items from a site and binds them to objects of any type.
Public methodFetch<(Of <T>)>(SPWeb)
Retrieves matching list items from a web and binds them to objects of any type.
Public methodFetch(SPWeb)
Retrieves matching list items from within a single web.
Public methodFetch(SPWeb, CAML..::QueryScope)
Retrieves matching list items from within a specific query scope.
Public methodFetch<(Of <T>)>(SPWeb, CAML..::QueryScope)
Retrieves matching list items from a web and binds them to objects of any type.

See Also

ICamlQuery Interface
ICamlQuery Members