c# - Postgresql with Entity Framework 6 (database first approach) -
is possible use ef6 postgresql database using database first approach? found solution requires manually writing c# classes based on db structure unsatisfactory me. use sql server, choose server , database list, choose tables want use , voilĂ .
what did installing npgsql. can add database in server explorer tab, when want create ado.net entity model can't find database in list.
Comments
Post a Comment