This option helps create data services automatically using a given database structure. When generating a data service, the server takes its table structure according to the structure specified in the data source datasource and automatically creates the SELECT
, INSERT
, UPDATE
and DELETE
operations.
...