DataFormProviderConnectionPoint class

Disables itself when the owning Web Part should not provide rows.

Inheritance hierarchy

System.Object
  System.Web.UI.WebControls.WebParts.ConnectionPoint
    System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
      Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint

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

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class DataFormProviderConnectionPoint _
    Inherits ProviderConnectionPoint
'Usage
Dim instance As DataFormProviderConnectionPoint
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class DataFormProviderConnectionPoint : ProviderConnectionPoint

Remarks

Conditionally turns the connection interface of DataFormWebPart on or off. Override the ShouldProvideRows virtual method of DataFormWebPart to affect the behavior of this connection point.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DataFormProviderConnectionPoint members

Microsoft.SharePoint.WebPartPages namespace