DataFormWebPart.IConnectionData.GetData method

Provides a method that is called during the data-retrieval loop when it is time to get data.

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

Syntax

'Declaration
Private Sub GetData Implements IConnectionData.GetData
'Usage
Dim instance As DataFormWebPart

CType(instance, IConnectionData).GetData()
void IConnectionData.GetData()

Implements

IConnectionData.GetData()

Remarks

This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IConnectionData interface.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace