SqlDesignerDataSourceView::CanRetrieveTotalRowCount Property

 

Gets a value indicating whether the DataSourceView object that is associated with the current DataSourceControl object supports retrieving the total number of data rows instead of the data itself.

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

true if retrieving the total number of data rows is supported; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: