EntityDataSourceView.CanRetrieveTotalRowCount Propiedad

Definición

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

Boolean

Es true si se admite la operación; en caso contrario, es false.

Se aplica a