Skip to main content
All docs
V26.1
  • ISqlDataSourceWizardState Interface

    If implemented, provides functionality for the SQL Data Source Wizard‘s global state.

    Declaration

    export interface ISqlDataSourceWizardState

    Properties

    customQueries Property

    Specifies custom queries.

    Declaration

    customQueries?: string[]

    Property Value

    Type Description
    string[]

    The collection of custom queries.

    name Property

    Specifies the data source name.

    Declaration

    name?: string

    Property Value

    Type Description
    string

    The data source name.

    queryName Property

    Specifies the query name.

    Declaration

    queryName?: string

    Property Value

    Type Description
    string

    The query name.

    relations Property

    Specifies master-detail relationships between queries.

    Declaration

    relations?: string[]

    Property Value

    Type Description
    string[]

    A collection of master-detail relationships between queries.