Replication - insertedDataSet table name... - Hilary Cotter

08-May-08 12:16:59
Wild guess here, but what about

insertedDataSet.Tables[0].TableName.ToString()
button
 
 

Replication - insertedDataSet table name... - Greg

09-May-08 07:58:34
Hello,

I am trying to retrieve the tablename for the insertedDataSet in my
ActionOnDataChange InsertHandler for my C# dll for a merge
replication.

However the following statement always returns "Table", not the actual
table name that it is being inserted into.

insertedDataSet.Tables[0].TableName

How can I retrieve the actual table name that applies for the
replication insert?

Thanks,
Greg
button
 

Replication - insertedDataSet table name... - Greg

09-May-08 07:58:44
Yes - I had tried that also.  This is frustrating.  I find it hard to
believe there is nothing that indicates what table the data is for -
especially when the Columns property contains all the correct column
names.
button