Adding a Data Model
You can add a data model to your mobile project.
To add a data model
2. In the Model section of the Outline Editor, expand the project so that you view the Entities container node.
If the model does not have an Entities node, add one by right-clicking the root application and selecting New Child > Entities.
3. Right-click the Entities node and select New Child > Package.
4. In the pop-up dialog, enter a new name for the package and click OK.
A new EML file was added to the mobile project, and the EML editor opens where you can edit the data model.
Related Topics