DataConnectionDialog.ShowDialog Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
ShowDialog() | Shows the Data Connection dialog box with the selected data provider and connection string settings pre-populated. | |
ShowDialog(Boolean) | Shows the Data Connection dialog box pre-populated with the data provider and connection string settings and returns an open connection based on the connection string settings. |
Top