SqlDataSourceView.CanPage Property

Definition

Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports the paging of retrieved data.

public:
 virtual property bool CanPage { bool get(); };
public override bool CanPage { get; }
member this.CanPage : bool
Public Overrides ReadOnly Property CanPage As Boolean

Property Value

false in all cases.

Remarks

The SqlDataSourceView object does not support paging.

Applies to

See also