[]
Defines the class for the engine request with paging.
public class EngineRequestWithPaging : EngineRequest
Name | Description |
---|---|
EngineRequestWithPaging() | Create a EngineRequestWithPaging instance. |
EngineRequestWithPaging(EngineRequest) | Create a EngineRequestWithPaging instance according to the specified EngineRequest instance. |
Name | Description |
---|---|
Skip | Get or sets a int, which is used to exclude the first n entities. n is specified by this value. |
Top | Gets or sets a int, which indicates the count of the data requested. |