How to view SQL query behind .NET Windows Form (EXE)?

I have windows application having button on it. Behind that button a SQL query is written. Now when you press the button that query executes. Is there any way to see the query written behind the button, if source code is not available?
