DataFormWebPart._rowData field

Stores the name/value pairs from the collection post-back.

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

Syntax

'Declaration
Protected _rowData As DataTable
'Usage
Dim value As DataTable

value = Me._rowData

Me._rowData = value
protected DataTable _rowData

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace