<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [JoinArgsBase](./schema.joinargsbase.md) &gt; [on](./schema.joinargsbase.on.md)

## JoinArgsBase.on property

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.

<b>Signature:</b>

```typescript
on?: string[];
```
