IF adding new Entity gives error me : EntityCommandCompilationException was unhandled bu user code
- by programmerist
i have 5 tables in started projects. if i adds new table (Urun enttiy) writing below codes:
project.BAL :
public static List<Urun> GetUrun()
{
using (GenoTipSatisEntities genSatisUrunCtx = new GenoTipSatisEntities())
{
ObjectQuery<Urun> urun = genSatisUrunCtx.Urun;
…