schema.joinargsbase.md
January 18, 2023 ยท View on GitHub
Home > @datashaper/schema > JoinArgsBase
JoinArgsBase interface
Signature:
export interface JoinArgsBase
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| 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. |