0
Q:

LoadWith "where" linqtodb

var result = db.Line
.LoadWith(x=>x.HeaderForeignKey)
.LoadWith(x=>x.ElementForeignKey)
.Where(x => x.HeaderForeignKey.Header_Id == 1).ToList()
0

New to Communities?

Join the community