Skip to main content
All docs
V25.2
  • IChooseDataProviderPageView Members

    If implemented, supplies a view for the Select a data connection type page of the Data Source Wizard.

    Properties

    Name Description
    DataSourceType Specifies the selected data source type.
    FavoriteKeys Specifies the data source item that is added to or removed from favorites.
    ProviderKey Identifies the data store provider.

    Methods

    Name Description
    InitializeDataProviders(DataSourceTypes, IEnumerable<ProviderLookupItem>) Initializes a new instance of the IChooseDataProviderPageView class with the specified settings.

    Events

    Name Description
    FavoriteChanged Occurs each time a user adds or removes a data source item from favorites.
    See Also