F
Finn Stampe Mikkelsen
Hi
Is there anyway to recognize wether a given datatable in a dataset is the
result of a stored procedure in the database??
Here is som pseudo-code of what i mean... Can i detect if a given Dt is the
result of a call to a SP?
foreach (DataTable Dt in DS.Tables)
{
if (!dt is SP)
{
}
}
TIA
/FStampe
--
Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
There are 10 kinds of people. Those who understand binary and those who
don't.
Es gibt 10 Arten von Menschen. Die, die Binär verstehen, bzw. die, die es
nicht tuhen.
Is there anyway to recognize wether a given datatable in a dataset is the
result of a stored procedure in the database??
Here is som pseudo-code of what i mean... Can i detect if a given Dt is the
result of a call to a SP?
foreach (DataTable Dt in DS.Tables)
{
if (!dt is SP)
{
}
}
TIA
/FStampe
--
Der er 10 slags mennesker - Dem som forstår binær og dem som ikke gør.
There are 10 kinds of people. Those who understand binary and those who
don't.
Es gibt 10 Arten von Menschen. Die, die Binär verstehen, bzw. die, die es
nicht tuhen.