When I attempt to use the interface IEdiItem, it is not found. Has this changed since the article was written?

Post author
Jet T

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

  • Comment author
    Admin

    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.

    1

Please sign in to leave a comment.