ObjectDesignerDataSourceView.CanRetrieveTotalRowCount Property

 

Gets a value that indicates whether the associated data source control can return the total number of rows that are returned by a query.

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

Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean

Property Value

Type: System.Boolean

Always false.

The CanRetrieveTotalRowCount property indicates that ObjectDataSource controls cannot return result-set row counts.

.NET Framework
Available since 2.0
Return to top
Show: