ConnectionStringsExpressionEditor Class
Provides properties and methods for selecting a data connection expression that is associated with a control property at design time.
Assembly: System.Design (in System.Design.dll)
System.Web.UI.Design::ExpressionEditor
System.Web.UI.Design::ConnectionStringsExpressionEditor
| Name | Description | |
|---|---|---|
![]() | ConnectionStringsExpressionEditor() | Initializes a new instance of the ConnectionStringsExpressionEditor class. |
| Name | Description | |
|---|---|---|
![]() | ExpressionPrefix | Gets the expression prefix that identifies expression strings that are supported by the expression editor implementation.(Inherited from ExpressionEditor.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | EvaluateExpression(String^, Object^, Type^, IServiceProvider^) | Evaluates a connection string expression and provides the design-time value for a control property.(Overrides ExpressionEditor::EvaluateExpression(String^, Object^, Type^, IServiceProvider^).) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetExpressionEditorSheet(String^, IServiceProvider^) | Returns an expression editor sheet for a connection string expression.(Overrides ExpressionEditor::GetExpressionEditorSheet(String^, IServiceProvider^).) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
A visual designer host, such as Visual Studio 2005, uses the ConnectionStringsExpressionEditor class to select a connection string from the connectionStrings configuration section.
The ConnectionStringsExpressionEditor class is derived from the ExpressionEditor class, and although it is public for technical reasons, there is no advantage in deriving from it.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
SqlDataSource::ConnectionString
ConnectionStringsSection::ConnectionStrings
System.Web.Compilation::ConnectionStringsExpressionBuilder
System.Web.UI.Design::ExpressionEditorSheet
System.Web.Compilation::ExpressionBuilder
HtmlControlDesigner::Expressions
System.Web.Compilation::ExpressionEditorAttribute
System.Web.UI.Design Namespace
connectionStrings Element (ASP.NET Settings Schema)


