SqlDataSourceView.CanRetrieveTotalRowCount Property

 

Gets a value indicating whether the SqlDataSourceView object that is associated with the current SqlDataSource control supports retrieving the total number of data rows, in addition to the set of data.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean

Property Value

Type: System.Boolean

false in all cases.

The SqlDataSourceView object does not support retrieving row counts.

.NET Framework
Available since 2.0
Return to top
Show: