how to call include

Posted by user276640 on Stack Overflow See other posts from Stack Overflow or by user276640
Published on 2010-03-13T13:41:41Z Indexed on 2010/03/13 13:45 UTC
Read the original article Hit count: 274

i have 3 tables with such relationship table1->table2->table3 in code i call include("table2"). but how can i call include table3 so i can access to properties of objects table3? if i call include("table3") it show error A specified Include path is not valid

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about entity-framework