Is there anything built into .Net or visual studio that will allow my to create classes based off of a MySql table. I guess I am talking about persistence. I just want the class
You could also use LINQ to SQL with MySQL. But then, you should research a bit to find the correct provider you'd have to install.
I think it pretty much has it covered here:
LINQ to MySQL