EntityDataSourceView.CanRetrieveTotalRowCount Propiedad

Definición

Obtiene un valor que indica si el EntityDataSourceView objeto asociado al control actual EntityDataSource admite la recuperación del número total de filas de datos, además de recuperar 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 se admite la operación; de lo contrario, false.

Se aplica a