IDataSourceWizardJsonConnectionStorage Members
Defines a connection storage that receives, stores, and provides JSON connection strings on demand.Properties
Name | Description |
---|---|
CanSaveConnection | Inherited from IJsonConnectionStorageService. |
Methods
Name | Description |
---|---|
ContainsConnection(String) | Inherited from IJsonConnectionStorageService. |
GetConnections() | Inherited from IJsonConnectionStorageService. |
GetJsonDataConnection(String) | Gets a connection by name. Inherited from IJsonDataConnectionProviderService. |
SaveConnection(String, JsonDataConnection, Boolean) | Inherited from IJsonConnectionStorageService. |
See Also