T
tin
I'm writing a CommandBuilder.
Is it possible to retrieve from schema data the original names of the tables
involved
in a select clause?
I noticed that a dataSet schema reports a generic "table"
on the property "TableName" and it does not report the name of the table
that fills the dataset.
TableMappings is not a solution for me because the query is my only input.
There is a way, by the methods of a dataAdapter o releated objects, to
retrive
that information ? I don't like to parse the query to get the table name. It
could be an
unsafe workoround.
Is it possible to retrieve from schema data the original names of the tables
involved
in a select clause?
I noticed that a dataSet schema reports a generic "table"
on the property "TableName" and it does not report the name of the table
that fills the dataset.
TableMappings is not a solution for me because the query is my only input.
There is a way, by the methods of a dataAdapter o releated objects, to
retrive
that information ? I don't like to parse the query to get the table name. It
could be an
unsafe workoround.