DataFormWebPart.IWebPartRow.GetRowData Method
Gets the row data that the DataFormWebPart object provides to the connected consumer control.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Private Sub GetRowData ( _
callback As RowCallback _
) Implements IWebPartRow.GetRowData
'Usage
Dim instance As DataFormWebPart
Dim callback As RowCallback
CType(instance, IWebPartRow).GetRowData(callback)
void IWebPartRow.GetRowData(
RowCallback callback
)
Parameters
callback
Type: System.Web.UI.WebControls.WebParts.RowCallbackThe address of a method that receives the data.
Implements
IWebPartRow.GetRowData(RowCallback)
Remarks
This member is an explicit interface member implementation. It can be used only when the DataFormWebPart instance is cast to an IWebPartRow interface.