Table Name Restrictions When Working with a Foreign Schema

FDO API

 
Table Name Restrictions When Working with a Foreign Schema
 
 
 

The ApplySchema command does not automatically create tables in foreign schemas. Therefore, the table specified for each class must already exist in the foreign schema. The Schema Overrides, specified through ApplySchema.SetPhysicalMapping, must contain a class to table mapping for each class whose table is named differently from the class. No mapping is required for classes where the table name and class name are the same.