System.Web.UI.Design.DataMemberConverter Class

Provides a type converter that can retrieve a list of data members from the current component's selected data source.

See Also: DataMemberConverter Members

Syntax

public class DataMemberConverter : System.ComponentModel.TypeConverter

Remarks

System.Web.UI.Design.DataMemberConverter provides methods that can retrieve a list of data members from the current data source of a design-time component.

This type converter is used by vsprvslong to provide the values that appear in the list of data members 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 [<topic://cpconImplementingTypeConverter>].

Requirements

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