ODataQueryOptionParser.ParseSkip Method

Definition

Parses a $skip query option

public long? ParseSkip();
member this.ParseSkip : unit -> Nullable<int64>
Public Function ParseSkip () As Nullable(Of Long)

Returns

A value representing that skip option, null if $skip query does not exist.

Applies to