[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Executes the query against a website for a given scope and then binds to a specified object class.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public IList<T> Fetch<T>( SPWeb web, CAML.CAML..::QueryScope scope ) where T : new() |
Visual Basic (Declaration) |
---|
Public Function Fetch(Of T As New) ( _ web As SPWeb, _ scope As CAML..::QueryScope _ ) As IList(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : gcnew() virtual IList<T>^ Fetch ( SPWeb^ web, CAML..::QueryScope scope ) sealed |
Parameters
- web
- SPWeb
- scope
- CAML..::QueryScope
Type Parameters
- T
See Also
CamlQuery Class
JohnHolliday.Caml.Net Namespace