System.Web.UI.Design.DataSourceConverter Class

Provides a type converter that can retrieve a list of data sources accessible to the current component.

See Also: DataSourceConverter Members

Syntax

public class DataSourceConverter : System.ComponentModel.TypeConverter

Remarks

System.Web.UI.Design.DataSourceConverter provides methods that can be used to retrieve a list of data sources accessible to the current design-time component.

This type converter is used by vsprvslong to provide the values that appear in the list of data sources in the Properties window.

Note:

You should never access a type converter directly. Instead, call the appropriate converter by using System.ComponentModel.TypeDescriptor. For more information, see the examples in the System.ComponentModel.TypeConverter base class.

For more information about type converters, see the System.ComponentModel.TypeConverter base class and How to: Implement a Type Converter.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0