This question is locked. New answers and comments are not allowed.
Basically, I'd like to understand why this scenario fails:
Where cisPart is an AudioProductBuzzers entity. The newly added instance does not appear in the list.
Regards,
Alex
context.Add(cisPart);List<AudioProductsBuzzers> list = context.AudioProductsBuzzers.ToList<AudioProductsBuzzers>();Where cisPart is an AudioProductBuzzers entity. The newly added instance does not appear in the list.
Regards,
Alex