[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Executes the query against a given SPWeb and 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
) where T : new() |
Visual Basic (Declaration) |
---|
Public Function Fetch(Of T As New) ( _
web As SPWeb _
) As IList(Of T) |
Visual C++ |
---|
public:
generic<typename T>
where T : gcnew()
virtual IList<T>^ Fetch (
SPWeb^ web
) sealed |
Parameters
- web
- SPWeb
Type Parameters
See Also
CamlQuery Class
JohnHolliday.Caml.Net Namespace