I am in the same boat where I am not able to add add entities in the EDM file. I have downloaded the latest .NET Toolkit 1.3 from Rocketsoftware. Am I missing something, or the designer is still pending.
Please let me know as this will really make connecting to UniData a breeze.
Thanks.
You need to perform the following steps to create Entity Data Model in Visual Studio 2013.
Open Visual Studio 2013
Open View->Server Explorer
Create U2 Connection
Create C# Winform Project
Create ADO.NET Entity Data Model
Right click on Project and Select Add New Item.
On Right hand side, select “Data” and on left hand side select “ADO.NET Entity Data Model”. In the Name field , enter Customer. Select “Add” button
Select “EF Designer from database” and select “Next”
Select connection string and select “Yes” for sensitive data
Select Entity Framework 5.0 . Note : v2.1.1 will include Entity Framework 6.0 functionality.
Select all tables
Press Finish and you will see Entity Data Model