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