- expression
- The expression string set for a control property, used to initialize the expression editor sheet. The expression does not include the ConnectionStrings expression prefix.
- serviceProvider
- A service provider implementation supplied by the designer host, used to obtain additional design-time services.
An System.Web.UI.Design.ExpressionEditorSheet instance that defines the connection string expression properties.
The ConnectionStringsExpressionEditor.GetExpressionEditorSheet(string, IServiceProvider) method returns an editor sheet implementation for connection string expressions. The editor sheet for connection string expressions allows users to select a connection name and type, based on the current connection strings that are defined in the connectionStrings section of the Web configuration file. Once users have selected the connection expression properties, the editor sheet implementation combines the connection name and type into a connection string expression, which is returned to the visual designer.