Using EF4. I have a situation where the linq query for EF with an explicit join will not work because of the many-to-many table. I am not going to split the database design according to EF, so I want to use the include method. However, this always leads to external external connections, and I need internal joins (simple ones context.Table1s.Include("Table2")where 1-to-1 or 1-to-many tables will demonstrate the problem).
context.Table1s.Include("Table2")
Any way to force internal joins?
Unable to make EF request generate requests unfortunately.
, 3 , 2 , - "". , , , , , , Books(), () .
, .Include( "" ) .
, , , , , . - , , eSQL, . 10 .
Source: https://habr.com/ru/post/1759193/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1759188/prevent-applications-to-log-in-on-oracle-database&usg=ALkJrhifr9vlmB6oleZE5X62J0njZwUBwwКак присвоить номер ранга массиву - phpHorizontal drop down menu - jqueryIIS игнорирует секцию staticContent system.webServer - mime-typesNamed namespace in implementation file for grouping string literals const - Good / Bad? - c ++Editing an Active Project in Eclipse - SVN Synchronize - eclipseRegular expression problem - linuxHow to avoid calling instances? - javaAsp.Net Ajax - non-static method call - jqueryPHP randomly selects from a list - phpAll Articles