Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ConnectionString | Unknown | 0 | null |
|
|
Connection string - Database connection details for the export source |
||
| Id | int identity | 4 | √ | null |
|
|
Data field - Id information for ExportDataSource business operations |
|
| SqlQuery | varchar | 2147483647 | √ | null |
|
|
Text field - SqlQuery text information for ExportDataSource records |
|
| DestinationTable | varchar | 500 | √ | null |
|
|
Text field - DestinationTable text information for ExportDataSource records |
|
| IsActive | Unknown | 0 | null |
|
|
Active status - Whether this export source is currently available |
||
| OrderByFields | varchar | 500 | √ | null |
|
|
Order/sequence - Ordering or sequencing information for ExportDataSource display |
|
| SourceName | Unknown | 0 | null |
|
|
Source name - Descriptive name of the export data source |
||
| SourceType | Unknown | 0 | null |
|
|
Source type - Type of data source (Database, File, API, etc.) |
||
| SqlQueryCount | varchar | 2147483647 | √ | null |
|
|
Numeric value - Quantity, count, or numeric measurement for ExportDataSource records |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__ExportDa__3214EC074A2ED662 | Primary key | Asc | Id |