[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 list 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>(
SPList list
) where T : new() |
Visual Basic (Declaration) |
---|
Public Function Fetch(Of T As New) ( _
list As SPList _
) As IList(Of T) |
Visual C++ |
---|
public:
generic<typename T>
where T : gcnew()
virtual IList<T>^ Fetch (
SPList^ list
) sealed |
Parameters
- list
- SPList
Type Parameters
See Also