Skip to main content

Join Data Tables

Joins given two data tables.

Input

  • First Data Table: This is the area where the first Data Table to be joined is defined.
    • Type: System.Data.DataTable
    • Required
  • Second Data Table: This is the area where the second Data Table to be joined is defined.
    • Type: System.Data.DataTable
    • Required

Output

  • Output Table: This is the area where the result Data Table object created by joining tables is defined.
    • Type: System.Data.DataTable
    • Required