Union Tables Sample

This sample uses Unions defined in the server's Schema to fetch data from several tables in the back-end database that is seamlessly combined and available to the client as a unified data table. Note how the Union table contains an additional @SourceTable field to indicate the original table, and how by filling the @SourceTable field with the appropriate value when inserting new records, those records can automatically be updated into the appropriate back-end table.

Examine the code

Getting started