Always in my projects i add a ADO.net Data Model (from database connection) to my Data Access Layer Project that i named it DataProject, but now i need to use SQL Server Databse project that i named it SQLDatabaseProject.
Now, i want how can i make relation between My DataProject and SQLDatabaseProject?
I mean as my old way adding "ADO.net Data Model" from database connection to DataProject and separately i can deploy db or change tables in SQLDatabaseProject!! i want to know is there anyway to make model in DataProject from SQLDatabaseProject? not from my old way?
for more details i used Visual Studio 2012 and i used C# with .net 4.5 and my projects in my solution is like this:
TestSolution
- SQLDatabaseProject
- DataProject
and i added reference from SQLDatabaseProject in DataProject but i cant see any namespace of data or something else when i want to create model or ...!!?