A
ad
I want to create a function which take a TablAdapter as parameter and return
a typed DataTable. Like:
DataTable GetDataTable(TableAdapter adp)
{
.....
}
But I find there is no parent class for specific TableAdapter.
How can I finish this function?
a typed DataTable. Like:
DataTable GetDataTable(TableAdapter adp)
{
.....
}
But I find there is no parent class for specific TableAdapter.
How can I finish this function?