var cus = new Customer {no_peserta =17, nama_customer=nama, no_ktp=noktp, no_hp=nohp, tanggal_lahir=tgllahir }; context.Customer.Add(cus); context.SaveChanges();but till now its still not work .If you have solution for this please tell meThe error page says " An exception of type 'System.Data.Entity.Infrastructure.DbUpdateException' occurred in EntityFramework.dll but was not handled in user codeAdditional information: Unable to update the EntitySet 'Customer' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation."