This is mainly an ADO.NET 2.0 question.

If you create a new dataset, then add a table ot it with a name and whatnot, can it automatically create the table with the columns, sizes, stipulations, etc in SQL server or would you need to do that in an SQLCommand?

Thanks for the help!