Read a database with Entity Framework with Read Only permissions?

1

I'm doing a webservice using a WCF project and EF6 Code First and DB Firts, however the permissions that I have on an Oracle database are read only, is there any way to process that DB with entity? to know the restrictions of each column of a table you need to have even more privileges on the database.

    
asked by Eliud Miguel Antonio 09.03.2018 в 23:22
source

0 answers