Web API Core | ComponentOne
C1.Web.Api.DataEngine.Models Namespace / EngineRequestWithPaging Class / Skip Property

In This Topic
    Skip Property (EngineRequestWithPaging)
    In This Topic
    Get or sets a System.Int32, which is used to exclude the first n entities. n is specified by this value.
    Syntax
    'Declaration
     
    
    Public Property Skip As Integer
    public int Skip {get; set;}
    See Also