DesignerDataSourceView.CanRetrieveTotalRowCount Property

Definition

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.

public:
 virtual property bool CanRetrieveTotalRowCount { bool get(); };
public virtual bool CanRetrieveTotalRowCount { get; }
member this.CanRetrieveTotalRowCount : bool
Public Overridable ReadOnly Property CanRetrieveTotalRowCount As Boolean

Property Value

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

Applies to

See also