public EntityFetcher <T> AddJoinPath(Join join) { if (null == m_Join) { m_Join = join; } else { m_Join.AddSubJoin(join); } return(this); }