I\'m trying to figure out if there\'s a way to retrieve the (full) sql statement that gets executed on the database server. I found something already, but it does not exactl
(SqlCommand)dataContext.GetCommand(query)
will give you access to Parameters collection.