NOTE: Developing using the Model First model requires that you are using Microsoft .NET Framework Version 4.0 or higher, and Visual Studio 2010 or higher with the DataDirect Connect for ADO.NET Version 4.0 ADO.NET Oracle Entity Framework data providers.
3
4
5
6 Right-click the empty model and select Properties / DDL Generation Template. Click the drop-down menu and set the value to DataDirect SSDLToOracle.tt (VS).
8 When you are satisfied with the model design, right-click the model and select Generate database from model. The Generate Database wizard is displayed.
c Click Next. The DDL is generated.
10 Click Finish. SQL is added to your application.