QueryableDataSourceView.CanRetrieveTotalRowCount Propiedad

Definición

Obtiene un valor que indica si el QueryableDataSourceView objeto asociado al control actual QueryableDataSource admite la recuperación del número total de filas de datos y la recuperación de los datos.

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

Valor de propiedad

true si el objeto admite la recuperación del número total de filas de datos; de lo contrario, false.

Se aplica a