Okay, I'm learning WPF and am working on my first program that actually pulls data from the database. I have a listview (gridview), and I have a query that I want to use to fill that control. The query joins two tables together to get the data I want.... it returns six columns from two tables.

How do I bind the the results of that query so that the data shows up in the gridview?

Dead easy in windows forms, but can't figure it out in WPF...