IDataSourceWizardJsonConnectionStorage Interface
Defines a connection storage that receives, stores, and provides JSON connection strings on demand.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public interface IDataSourceWizardJsonConnectionStorage :
IJsonConnectionStorageService,
IJsonDataConnectionProviderService
Remarks
Create a custom class that implements the IDataSourceWizardJsonConnectionStorage interface and register it at application start.
For more information, review the following help topics:
ASP.NET Web Forms | ASP.NET MVC | ASP.NET Core |
---|---|---|
Register JSON Data Connections | Register JSON Data Connections | JSON Data - Register Connections |
See Also