HI,
I have created one custom conflict handler for handling the conflict while synchronization, Here I want to know the article name (Table name) where conflict came.
I tried using -
string tableName = publisherDataSet.Tables[0].TableName;
but it is giving - "Table", I want actual table name .
Please suggest me how can we get actual table name.
Thanks in advance.