When I attempt to use the interface IEdiItem, it is not found. Has this changed since the article was written?
Also, as the ReadToEnd now returns an IEenumerable, it will either need to be IEnumerable<ediitem> ediItems= reader.ReadToEnd(), or call ToList() after the ReadToEnd I believe.
Comments
1 comment
It was changed to EdiItem, you are right about the ReadToEnd - it uses use iterator blocks internally, so must be iterated before any results are available.
Please sign in to leave a comment.