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
The same reply I gave you on your other post is applicable here, probably you can control this on C# side to handle.