DataFlow.Skip(Int64) Method

Definition

Skips the specified number of records.

public:
 Microsoft::DataPrep::Common::DataFlow ^ Skip(long count);
public Microsoft.DataPrep.Common.DataFlow Skip(long count);
member this.Skip : int64 -> Microsoft.DataPrep.Common.DataFlow
Public Function Skip (count As Long) As DataFlow

Parameters

count
Int64

The number of records to skip.

Returns

Applies to