ModelBoundQuerySettings.PageSize Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nombre maximum de résultats de requête à retourner.
public int? PageSize { get; set; }
member this.PageSize : Nullable<int> with get, set
Public Property PageSize As Nullable(Of Integer)
Valeur de propriété
Nombre maximal de résultats de requête à retourner, ou null
s’il n’existe aucune limite.