Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change Data Table name in dataset
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Change Data Table name in dataset
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01537984
Message ID:
01537984
Views:
84
Hi,

Say I am creating a data set as following:
DataSet MyDataSet = new DataSet();
Adapter.Fill( MyDataSet );
I don't know what is the default name of the table inside the data set. But I want to set the name of this table to be specific to what I need (e.g. "MyTable"). How can I do it?

Note that since the variable Adapter is of type IDbDataAdapter, I cannot pass the second parameter to the .Fill() method.

TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Next
Reply
Map
View

Click here to load this message in the networking platform