# DataSourceConnection

**Kind:** Class

**Source:** `Pams/Web/Pams.WebApp/Client/app/models/dashboard/data-source-schema/data-source-connection.model.ts` (line 4)

**Part of:** [Pams](subsystem-pams)

## Properties

| Property | Type |
|---|---|
| `Name` | `string` |
| `Connection` | `string` |
| `Tables` | `Table[]` |
| `Views` | `View[]` |
| `SelectedTables` | `Table[]` |
| `SelectedViews` | `View[]` |

## Relationships

- IMPORTS → `Table`
- IMPORTS → `View`

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `DataSourceService` — `Pams/Web/Pams.WebApp/Client/app/services/dashboard/data-source.service.ts`:1
- `DashboardDataSource` — `Pams/Web/Pams.WebApp/Client/app/models/dashboard/data-source-schema/dashboard-data-source.model.ts`:4
