ObjectDesignerDataSourceView.CanRetrieveTotalRowCount Property

Definition

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

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

Property Value

Always false.

Remarks

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

Applies to

See also