DataSourceOutputs


Description

Data source output definitions that specify the fields, columns, and data elements returned by data sources for reports and data displays.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
DisplayOrder Unknown 0 null

Display order - Order in which outputs are displayed

fkDataSourceID int 4 null

Data source reference - Reference to the data source

fkPageOutputID int 4 null

Foreign key reference - Reference to PageOutput table for data relationships

OutputID Unknown 0 null

Primary key - DataSourceOutputs unique identifier for each output definition

OutputName Unknown 0 null

Output name - Name of the output field or column

OutputType Unknown 0 null

Output type - Data type of the output (String, Number, Date, etc.)

pkDSOID int identity 4 null

Primary key - DataSourceOutputs unique identifier for each record

Indexes

Constraint Name Type Sort Column(s)
PK__DataSour__66D226A271B2B7D7 Primary key Asc pkDSOID

Relationships