ISqlDataSourceWizardState Interface
If implemented, provides functionality for the SQL Data Source Wizard‘s global state.
#Declaration
TypeScript
export interface ISqlDataSourceWizardState
#Properties
#customQueries Property
Specifies custom queries.
#Declaration
TypeScript
customQueries?: string[]
#Property Value
Type | Description |
---|---|
string[] | The collection of custom queries. |
#name Property
Specifies the data source name.
#Declaration
TypeScript
name?: string
#Property Value
Type | Description |
---|---|
string | The data source name. |
#queryName Property
Specifies the query name.
#Declaration
TypeScript
queryName?: string
#Property Value
Type | Description |
---|---|
string | The query name. |
#relations Property
Specifies master-detail relationships between queries.
#Declaration
TypeScript
relations?: string[]
#Property Value
Type | Description |
---|---|
string[] | A collection of master-detail relationships between queries. |