[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Executes the query and binds the results to a gridview.

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public void DataBind(
	SPGridView gridView,
	SPList list
)
Visual Basic (Declaration)
Public Sub DataBind ( _
	gridView As SPGridView, _
	list As SPList _
)
Visual C++
public:
virtual void DataBind (
	SPGridView^ gridView, 
	SPList^ list
) sealed

Parameters

gridView
SPGridView
list
SPList

See Also