DataFormWebPart.UseSQLDataSourcePaging property
Turn on or off the SQL data source level paging.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared, True)> _
<WebBrowsableAttribute(False)> _
Public Property UseSQLDataSourcePaging As Boolean
Get
Set
'Usage
Dim instance As DataFormWebPart
Dim value As Boolean
value = instance.UseSQLDataSourcePaging
instance.UseSQLDataSourcePaging = value
[PersonalizableAttribute(PersonalizationScope.Shared, true)]
[WebBrowsableAttribute(false)]
public bool UseSQLDataSourcePaging { get; set; }
Property value
Type: System.Boolean