public static Expression <Func <T, Y, Z, bool> > WhereStart <T, Y, Z>() { return((f, y, z) => SM.WhereStartIgnore()); }
public static Expression <Func <T, Y, Z, O, P, Q, bool> > WhereStart <T, Y, Z, O, P, Q>() { return((f, y, z, o, p, q) => SM.WhereStartIgnore()); }
/// <summary> /// where条件拼接初始化条件 解析时忽略返回值方法名 /// </summary> /// <typeparam name="T"></typeparam> /// <returns></returns> public static Expression <Func <T, bool> > WhereStart <T>() { return(f => SM.WhereStartIgnore()); }