IDataEnvironment Methods

 

Namespace:   System.ComponentModel.Design.Data
Assembly:  System.Design (in System.Design.dll)

NameDescription
System_CAPS_pubmethodBuildConnection(IWin32Window^, DesignerDataConnection^)

Creates a new data connection or edits an existing connection using the design tool's new connection user interface.

System_CAPS_pubmethodBuildQuery(IWin32Window^, DesignerDataConnection^, QueryBuilderMode, String^)

Launches a dialog to build a SQL query string.

System_CAPS_pubmethodConfigureConnection(IWin32Window^, DesignerDataConnection^, String^)

Writes a connection string to the application's configuration file.

System_CAPS_pubmethodGetCodeExpression(DesignerDataConnection^)

Returns a code expression that contains the source code required to retrieve a connection string from the application's configuration file.

System_CAPS_pubmethodGetConnectionSchema(DesignerDataConnection^)

Gets the schema for the specified data connection.

System_CAPS_pubmethodGetDesignTimeConnection(DesignerDataConnection^)

Gets a database connection that can be used at design time.

Return to top
Show: