public static bool IsNullOrEmpty(WhereClip where) { return(((object)where) == null || where.ToString().Length == 0); }