The data types text and nvarchar are incompatible in the equal to operator
Task_DetailsTable.Context.Refresh(RefreshMode.KeepCurrentValues, objTask);
Task_DetailsTable.Context.SubmitChanges();
where;
private Table
and objTask contanning the feilds of table.
Replies
Know the answer? Post it — somebody with the same question will find it here.