IDataSourceWizardJsonConnectionStorage Interface
In This Article
Defines a connection storage that receives, stores, and provides JSON connection strings on demand.
Namespace: DevExpress.DataAccess.Web
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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. |
ASP. |
ASP. |
---|---|---|
Register JSON Data Connections | Register JSON Data Connections | JSON Data - Register Connections |
See Also