DataFormWebPart._rowData Field
Stores the name/value pairs from the collection post-back.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected _rowData As DataTable
'Usage
Dim value As DataTable
value = Me._rowData
Me._rowData = value
protected DataTable _rowData