Interface ISettingsStorage
Represents a database connection storage
Namespace: Telerik.WebReportDesigner.Services
Assembly: Telerik.WebReportDesigner.Services.dll
Syntax
public interface ISettingsStorage
Methods
AddConnection(ConnectionInfo)
Add connections current user application configuration file.
Declaration
void AddConnection(ConnectionInfo connectionInfo)
Parameters
ConnectionInfo
connectionInfo
|
GetConnections()
Lists all connections found in the project configuration .
Declaration
IEnumerable<ConnectionInfo> GetConnections()
Returns
System.Collections.Generic.IEnumerable<ConnectionInfo>
A list of all connection string present in the project configuration. |