XsltListViewWebPart.ConnectionInterface method

Returns the provider interface for connecting two server controls using an entire table of data.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function ConnectionInterface As IWebPartTable
'Usage
Dim instance As XsltListViewWebPart
Dim returnValue As IWebPartTable

returnValue = instance.ConnectionInterface()
public IWebPartTable ConnectionInterface()

Return value

Type: System.Web.UI.WebControls.WebParts.IWebPartTable
The provider interface for connecting two server controls using an entire table of data.

Remarks

This method returns the XsltListViewWebPart object as the provider interface for connecting two server controls using an entire table of data.

See also

Reference

XsltListViewWebPart class

XsltListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace