IDataEnvironment Methods
.NET Framework (current version)
Namespace:
System.ComponentModel.Design.Data
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | BuildConnection(IWin32Window^, DesignerDataConnection^) | Creates a new data connection or edits an existing connection using the design tool's new connection user interface. |
![]() | BuildQuery(IWin32Window^, DesignerDataConnection^, QueryBuilderMode, String^) | Launches a dialog to build a SQL query string. |
![]() | ConfigureConnection(IWin32Window^, DesignerDataConnection^, String^) | Writes a connection string to the application's configuration file. |
![]() | GetCodeExpression(DesignerDataConnection^) | Returns a code expression that contains the source code required to retrieve a connection string from the application's configuration file. |
![]() | GetConnectionSchema(DesignerDataConnection^) | Gets the schema for the specified data connection. |
![]() | GetDesignTimeConnection(DesignerDataConnection^) | Gets a database connection that can be used at design time. |
Show:
