Ανάγνωση στα Αγγλικά Επεξεργασία

Κοινή χρήση μέσω


DataServiceConfiguration.SetEntitySetPageSize(String, Int32) Method

Definition

Sets the maximum page size for an entity set resource.

public void SetEntitySetPageSize (string name, int size);

Parameters

name
String

Name of entity set resource for which to set the page size.

size
Int32

Page size for the entity set resource that is specified in name.

Remarks

When you specify a value of '*' for the name parameter, the page size value is set for all entity sets that do not have the page size explicitly set.

Applies to

Προϊόν Εκδόσεις
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also