skip to main content
Using the driver : Configuring the relational map : Mapping new native objects to a table
  

Try DataDirect Drivers Now

Mapping new native objects to a table

You can map new JSON objects to an existing relational table by configuring the driver to resample the table. To resample a table, set the Table property to specify the name of the table you want to update. The next time the driver connects to the data source, the driver will resample the table and map any new JSON objects. Note that any objects removed from the native view will persist after resampling. To remove these objects, see "Adding/removing objects".
See “Table” for more information on the Table property.