System.Web.UI.Design.ConnectionStringsExpressionEditor Class

Provides properties and methods for selecting a data connection expression that is associated with a control property at design time.

See Also: ConnectionStringsExpressionEditor Members

Syntax

public class ConnectionStringsExpressionEditor : ExpressionEditor

Remarks

A visual designer host, such as vsprvslong, uses the System.Web.UI.Design.ConnectionStringsExpressionEditor class to select a connection string from the connectionStrings configuration section.

The System.Web.UI.Design.ConnectionStringsExpressionEditor class is derived from the System.Web.UI.Design.ExpressionEditor class, and although it is public for technical reasons, there is no advantage in deriving from it.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0