Skip to main content
A newer version of this page is available. .

IConnectionStorageService Methods

When implemented by a class, provides a service functionality to store the data connection settings in WinForms applications.
Name Description
Contains(String) If implemented, determines whether or not the connection storage contains a specific connection string.
GetConnections() Obtains a collection of data connections, available in the connection storage.
SaveConnection(String, IDataConnection, Boolean) Saves the specified data connection.
See Also