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