Version

CanRetrieveTotalRowCount Property (DataSourceObjectView)

Gets a value indicating whether the DataSourceObjectView object associated with the current DataSourceObject object supports retrieving the total number of data rows, instead of the data.
Syntax
'Declaration
 
Public Overrides ReadOnly Property CanRetrieveTotalRowCount As Boolean
public override bool CanRetrieveTotalRowCount {get;}
Remarks
The DataSourceObjectView overrides default behavior by always providing the ability to retrieve the total number of rows. Therefore this property always returns True.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also