schema.joinargsbase.md

January 18, 2023 ยท View on GitHub

Home > @datashaper/schema > JoinArgsBase

JoinArgsBase interface

Signature:

export interface JoinArgsBase 

Properties

PropertyModifiersTypeDescription
on?string[](Optional) Column names to join with. If only one is specified, it will use for both tables. If none are specified, all matching column names will be used.

Contents

  1. 1JoinArgsBase interface
  2. 2Properties