Double query execution in Statement(s) mode
I have an odd behaviour in the editor where the query executes twice in C# Statement(s) mode when a semicolon (;) is not provided at the end of the statement.
Not an issue, just an interesting quirk I guess.
Not an issue, just an interesting quirk I guess.
Comments
You can avoid it by either selecting just
Contact.Take(2)
or by including the sem-column.