Contents

MLDataTable.JoinType.right

An operation that is the union between an inner join and the remaining rows from the secondary data table.

Declaration

case right

Discussion

The .right join type merges missing values.

See Also

Selecting a joining operation