|
After having set database connection, we go beyond to the
definition of which tables or views (“Entities” from now on) we’ll manage in
our application. In this form we can define how different entities in the
database will be managed. DataSoul platform is based on an “Alias” concept,
which is a logical representation of a physical table or view present in the
database, enriched with metadata that allow a correct management.
More aliases can be defined on the same table or view and can be used in any
context. As with SQL Server CE it is not possible to create views on database, if we want to do some Join among more tables it is possible to specify in an appropriate field the “Select Statement” to use on WinCE devices (in the desktop version a view can be used directly). |