D
DJ Miller
We have a stored procedure that returns a data set that is the result of
several Joined tables. Is there any way to have that data fill an ADO.Net
DataSet object in hierarchical form, so that the DataSet has the same number
of DataTables as there are tables in the SP, with DataRelations already set
up?
Everything I've read so far indicates that an ADO.Net DataSet can be
structured with tables and relationships that look almost exactly like
tables and foreign key relationships in a SQL Server database, but there's
no method for simply telling ADO.Net to look at a set of SQL Server tables
and structure itself accordingly. It seems like something is missing
here...
several Joined tables. Is there any way to have that data fill an ADO.Net
DataSet object in hierarchical form, so that the DataSet has the same number
of DataTables as there are tables in the SP, with DataRelations already set
up?
Everything I've read so far indicates that an ADO.Net DataSet can be
structured with tables and relationships that look almost exactly like
tables and foreign key relationships in a SQL Server database, but there's
no method for simply telling ADO.Net to look at a set of SQL Server tables
and structure itself accordingly. It seems like something is missing
here...