BrowserFormWebPart.SetRowProvider method
Specifies the row provider Web Part when this Web Part is configured to consume data from that Web Part.
Namespace: Microsoft.Office.InfoPath.Server.Controls.WebUI
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Public Sub SetRowProvider ( _
provider As IWebPartRow _
)
'Usage
Dim instance As BrowserFormWebPart
Dim provider As IWebPartRow
instance.SetRowProvider(provider)
public void SetRowProvider(
IWebPartRow provider
)
Parameters
provider
Type: System.Web.UI.WebControls.WebParts.IWebPartRowAn instance of the IWebPartRow interface that specifies the row of data that is available to the connection consumer.
Remarks
This member is not intended to be used directly from your code. This member is public because of Microsoft ASP.NET infrastructure requirements.