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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Sub GetData Implements IConnectionData.GetData
'Usage
Dim instance As DataFormWebPart
CType(instance, IConnectionData).GetData()
void IConnectionData.GetData()
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IConnectionData interface.