DataFlow.AppendRows Method

Definition

Overloads

AppendRows(List<DataFlow>)

Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.

AppendRows(List<ActivityReference>)

Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.

AppendRows(List<DataFlow>)

Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.

public:
 Microsoft::DataPrep::Common::DataFlow ^ AppendRows(System::Collections::Generic::List<Microsoft::DataPrep::Common::DataFlow ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendRows(System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> dataflows);
member this.AppendRows : System.Collections.Generic.List<Microsoft.DataPrep.Common.DataFlow> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendRows (dataflows As List(Of DataFlow)) As DataFlow

Parameters

dataflows
List<DataFlow>

The dataflows to append.

Returns

Applies to

AppendRows(List<ActivityReference>)

Appends the records in the specified dataflows to the current one. If the schemas of the dataflows are distinct, this will result in records with different schemas.

public:
 Microsoft::DataPrep::Common::DataFlow ^ AppendRows(System::Collections::Generic::List<Microsoft::DPrep::Engine::ActivityReference ^> ^ dataflows);
public Microsoft.DataPrep.Common.DataFlow AppendRows(System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> dataflows);
member this.AppendRows : System.Collections.Generic.List<Microsoft.DPrep.Engine.ActivityReference> -> Microsoft.DataPrep.Common.DataFlow
Public Function AppendRows (dataflows As List(Of ActivityReference)) As DataFlow

Parameters

dataflows
List<Microsoft.DPrep.Engine.ActivityReference>

The dataflows to append.

Returns

Applies to