ConnectionStringsExpressionEditor Members
.NET Framework 2.0
Provides properties and methods for selecting a data connection expression that is associated with a control property at design time.
The following tables list the members exposed by the ConnectionStringsExpressionEditor type.
| 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.) |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| EvaluateExpression | Overridden. Evaluates a connection string expression and provides the design-time value for a control property. |
| GetExpressionEditor | Overloaded. Returns an ExpressionEditor implementation that is associated with an expression prefix or expression builder. (Inherited from ExpressionEditor.) |
| GetExpressionEditorSheet | Overridden. Returns an expression editor sheet for a connection string expression. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Reference
ConnectionStringsExpressionEditor ClassSystem.Web.UI.Design Namespace
SqlDataSource.ConnectionString
ConnectionStringsSection.ConnectionStrings
System.Web.Compilation.ConnectionStringsExpressionBuilder
System.Web.UI.Design.ExpressionEditorSheet
System.Web.Compilation.ExpressionBuilder
HtmlControlDesigner.Expressions
System.Web.Compilation.ExpressionEditorAttribute
Other Resources
connectionStrings Element (ASP.NET Settings Schema)
Show: