1

when i call this code for get row list, ef successfully return row list. when i call again this code data is not refresh. actually database data is changed.

        var contacts = (from con in ServerEntities.ContactsQueues
                        select con);
        var rrr = contacts.ToList();

Best Regards

0 Answers0