Please cooperate with the following problem:
Always work with EF EDMX, when creating the floor model, type the options "Yes, include confidential data in the connection string" and also the "Save connection settings in App.Config as:", but in this In this case I must do the opposite (without ticking the two options mentioned above), like this:
Well the model is generated normally, but now how do I change the connection string and how do I access the tables, views, procedures, etc ???
Note. The EF version is 6.x
Thanks in advance.