Interacting with the application data

Is important to interact with the data used by the migrated application. For this, we can build our custom REST APIs to interact with the Database.

This is important because the new added form is separated from the WebMap state and models.

An API can be added to the C# migrated code like next:

Is recommended to create a Custom connection class to execute the custom APIs SQL interaction

And add the CustomConnection right after the existing migrated connection.

Last updated