Closed
Description
DbConnectionStringBuilder
, the base class for connection string builders, implements ICustomTypeDescriptor
so that the class can interface properly with UI inspector components such as the WinForms PropertyGrid or the various property grid implementations available on WPF.
When attempting to inspect a MySqlConnectionStringBuilder
to one of these, it does not display the values properly; everything displays as a null
value regardless of whether or not the property actually has a value.