DataServiceConfiguration.SetEntitySetPageSize(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the maximum page size for an entity set resource.
public:
void SetEntitySetPageSize(System::String ^ name, int size);
public void SetEntitySetPageSize (string name, int size);
member this.SetEntitySetPageSize : string * int -> unit
Public Sub SetEntitySetPageSize (name As String, size As Integer)
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
See also
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.