LoadOptions missing on Context

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
mirkogeffken
Posts: 3
Joined: Fri 12 Sep 2008 12:46

LoadOptions missing on Context

Post by mirkogeffken » Fri 12 Dec 2008 18:22

The context does not currently expose a LoadOptions property the way the MS provider does.

Your documentation suggests that this property should exist, but both Visual Studio and Resharper disagree.

Am I missing something here or is there a workaround or different approach for hinting the desire to load object graphs in advance?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Mon 15 Dec 2008 09:31

Unfotunately, DataContext.LoadOptions property will not be supported. The documentation will be changed, thank you for this report.

Post Reply