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