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:
property bool CanRetrieveTotalRowCount {
	virtual bool get() override;
}

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: