How To : Adding a Datasource
Page Status: Beta
Contents |
[edit] Description
This document describes how to add a datasource to a project.[edit] Prerequisites
Understanding Datasources
Introduction to Bungee Builder
[edit] Procedure
To add a datasource to your project:
- In the Solution Explorer, right-click on the project and select Add Datasource.
- In the dialog box that's displayed, do the following:
- In Datasource Name, type a name for the datasource (the default is Datasource).
- Set the Datasource Type, by clicking the ellipsis button (...).
- In the dialog box that's displayed:
- Expand the project.
- Select the class to be used as the type for the datasource from the Local project or from the Project Dependencies.
- Click OK.
- In the dialog box that's displayed:
- In Storage Scope, select the scope for the datasource (the default is Design Time).
- Click OK.
- The datasource is added to the project and automatically selected.
To delete a datasource from your project:
- Select the datasource.
- Click the Delete icon (red X) at the top of the Solution Explorer.
[edit] Error Handling
[edit] Examples
See the Creating Object Models for Dynamic Interfaces tutorial.
[edit] Next Steps
[edit] Tags