public SqlExp <T> CrossJoin <Target>(Expression <Func <T, Target, bool> > joinExpr = null) { Exp.CrossJoin <Target>(joinExpr); return(this); }