I think Sam got a good answer: Linq2Sql seems to be unable to do this. But for now, you just want to simulate this behavior, I would do something like this:
public class Person
{
public abstract void Load();
public abstract void Save();
}
public class Customer : Person
{
public override void Load()
{
}
public override void Save()
{
}
}
, "JOIN", , ,
"Left Outer Join" , hajirazin, "" Person "" .
, . , .
,