Navigation :
DbProviderPicker
This control allows user to pick database provider from list of providers formed by function: DbProviderFactories.GetFactoryClasses().
Inherits from Catel.Windows.Controls.UserControl.

Properties
| Property name | Description |
|---|
| DbProvider | Gets or sets picked database provider. |
How to use
Bind a DbProvider value to the DbProvider property:
<controls:DbProviderPicker DbProvider="{Binding DbProvider, UpdateSourceTrigger=PropertyChanged, Mode=TwoWay}"/>
Contributions
We would like to thank the following contributors:
Want to contribute to the documentation? We have a guide for that!
Questions
Have a question about Catel or WildGums controls? Use StackOverflow with the Catel tag!