DataProviderNameConverter Class
.NET Framework 3.0
Creates a user-selectable list of ActiveX® Data Objects (ADO) for the .NET Framework (ADO.NET) provider names.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
The DataProviderNameConverter class is a TypeConverter object that is typically referenced by the TypeConverterAttribute attribute.
The names that are returned by the GetStandardValues method are of ADO.NET providers, from the GetFactoryClasses method, that create data objects.
The GetStandardValuesExclusive method gets a value indicating whether the returned provider names are an exclusive list of possible values. The GetStandardValuesSupported method gets a value indicating whether the returned provider names are a standard set of values that can be picked from a list.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
System.Web.UI.Design.WebControls.DataProviderNameConverter
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
System.Web.UI.Design.WebControls.DataProviderNameConverter
Community Additions
ADD
Show: