1. By default, the CAML query contains <Query>. If you include <Query>, the query will return all items in the list. To apply the query, remove <Query> and </Query>. For example, remove the "Query" tags like this:
<Query><OrderBy><FieldRef Name='Sequence'/></OrderBy></Query>
2. The "copy to clipboard" option includes double quotes which results in the error: CS1002: ; this is what is expected:
<OrderBy><FieldRef Name="Sequence"/></OrderBy>
To fix this issue, replace the double quotes with single quotes, like this:
Richard Mueller edited Revision 3. Comment: Replace RGB values with color names in HTML to restore colors
Craig Lussier edited Revision 1. Comment: added en-US to tags and title
Richard Mueller edited Revision 2. Comment: Removed (en-US) from title