Using VS2010, NET 3.5 - VB

Is this the proper way to do a query from a session?

"SELECT * FROM Members WHERE " + Session("Email") + "= Email"

Thanks!