MobileServiceTableQuery<T>.Skip Method

Applies the specified skip clause to the source query.

Namespace:  Microsoft.WindowsAzure.MobileServices
Assembly:  Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)

Syntax

'Declaration
Public Function Skip ( _
    count As Integer _
) As MobileServiceTableQuery(Of T)
'Usage
Dim instance As MobileServiceTableQuery 
Dim count As Integer 
Dim returnValue As MobileServiceTableQuery(Of T)

returnValue = instance.Skip(count)
public MobileServiceTableQuery<T> Skip(
    int count
)
public:
MobileServiceTableQuery<T>^ Skip(
    int count
)
member Skip : 
        count:int -> MobileServiceTableQuery<'T> 
public function Skip(
    count : int
) : MobileServiceTableQuery<T>

Parameters

Return Value

Type: Microsoft.WindowsAzure.MobileServices.MobileServiceTableQuery<T>
The composed query.

See Also

Reference

MobileServiceTableQuery<T> Class

Microsoft.WindowsAzure.MobileServices Namespace