Freigeben über


CmsDataFormWebPart.ShouldProvideRows-Methode

Aktiviert die Verbindungsstelle des CmsDataFormWebPart -Steuerelements beim Überschreiben.

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function ShouldProvideRows As Boolean
'Usage
Dim instance As CmsDataFormWebPart
Dim returnValue As Boolean

returnValue = instance.ShouldProvideRows()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override bool ShouldProvideRows()

Rückgabewert

Typ: System.Boolean
Gibt einen Standardwert für die Boolean des false.

Hinweise

Diese Methode beeinflusst das Verhalten der DataFormProviderConnectionPoint -Klasse.

Siehe auch

Referenz

CmsDataFormWebPart Klasse

CmsDataFormWebPart-Member

Microsoft.SharePoint.Publishing.WebControls-Namespace