public static Expression NotIn(Expression expression, IEnumerable <Expression> group) { return(NotIn(expression, DataObject.Array(group))); }