How to get only the schema of the database into a dataset?
.net, ado.net, c#, dataset
Solution
SqlDataAdapter.FillSchema
Problem
How to load only the schema of the tables into a dataset.
.net, ado.net, c#, dataset
SqlDataAdapter.FillSchema
How to load only the schema of the tables into a dataset.