Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAssign comment for query, so it will make debugging easier #226
Comments
It already had a QueryComment property, but I added GetComment anyway. And to avoid a null reference exception I made those changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can log it using
Output
// Fetch invalid users SELECT * FROM [Users] WHERE [Invalid] = 1