asp.net - InvalidOperationException due to using more than one datamodel in the query -


i using telerik open access,i have 3 data models , 3 data models have 3 different context modules.in query want retrieve data using joining of different tables in different data models.i wrote query throwing invalidoperationexception unhandled user code.can u tell me how retrieve data if have different datamodels in project.

you can retrieve data separately , join in memory, impossible query data in different models directly.


Comments

Popular posts from this blog

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -